Skip to content

JCube001/calc-re2c-lemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calc

An LALR(1) parser implementation of a simple arithmetic expression language. Similar to my calc-recursive-descent project, but written in C and implemented using re2c and LEMON.

Build

To build this project you'll need CMake, a C11 compiler, and re2c. A copy of the LEMON utility and its companion parser template are already included in the vendor directory. A C++17 compiler is required to perform unit testing.

About

An infix arithmetic expression parser and evaluator implemented using re2c and LEMON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages