/interpreter-2015

Interpreter for a subset of Pascal, using the Lex and Yacc tools in C. Individual project for my undergraduate Compilers course.

Primary LanguageYacc

interpreter-2015

Interpreter for a subset of Pascal, using the Lex and Yacc tools in C. This was an individual project for my undergraduate Compilers course (around 2015).

Warning: the source code is very messy and it is practically all in the parser.y file.