vdamewood.com
Computers, Code, and Stuff

Siliko—Math Parser written in C

Siliko is a library for mathematical expression parsing and evaluation that I developed as a teaching aid. The goal is to show a fully working programming project without being overly contrived like a “hello world” project. Siliko has a companion project, called Silikego, which implements the same language, and is written in C++

What does it do?

Siliko exposes functionality to build parsers. It includes modules to handle the different parts of a parser:

Project Details

License: GNU Lesser General Public License version 3.0 or later

Repository: https://github.com/vdamewood/siliko