- Jakub Ciszewski
- Mateusz Król
SLY compiler project based on Sly Lex Yacc Python library with implemented lexer, parser, AST, type checker and interpreter. Created according to the AGH Theory of Compiling course conspect.
python3 -m venv .venv
source .venv/bin/activate
make install
make test-scanner
make test-parser
make test-ast
make test-tc
make test-interpreter
make test-all