Source code for compiler of ERPLAG with custom [language specifications](Language specifications.pdf).
Team Members: Shaily Bhatt, Shaily Bhatt, Shefali tripathi.
- Lexer
- Parser
- Symbol Table Generator
- Abstract Syntax Tree Generator
- Semantic Analyser
- Code Generator
Compitability: GCC version 5.4.0 on Ubuntu 16.04.
- Clone the repository.
- Run the MakeFile in the terminal using the command: make
- Test using the command: ./compiler sourcefilename