It is a simple interpreter of PASCAL, which supports:
- Arithmetics
- Logic functions (and, or, not)
- Terminal output
- IF-THEN-ELSE
- Cycles (for, while)
- Strings
Implementation uses flex and GNU Bison. so in order to build the project, you must have them installed.
mkdir build
cd build
cmake ..
cd ..
make