vitortterra / interpreter-2015

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Yacc 97.3%Language:Lex 2.7%