humberto-ortiz / compilers-2020

Example code for Spring 2020 Compilers course.
0 stars 8 forks source link

Functions and parser #10

Closed alcanie1 closed 4 years ago

alcanie1 commented 4 years ago

Finished the AST and added the functionality to compile function definitions. Additionally, we added a preliminary parser and lexer.

TODO: Finish the compilation of function calls and fix a bug in parser and lexer.