Lexer and SLR Parser for PotatoLang Programming Language
To build the project, execute -
$ make all
To run the project, execute -
$ build/compiler <filename>
To delete all the build files, execute -
$ make clean
See CONTRIBUTING.md
.
/**
* Abhinav Sukumar Rao 2018A7PS0172H
* Aviral Agarwal 2018A7PS0192H
* Divyanshu Agrawal 2018A7PS0267H
*/