A compiler built in C for a Toy Language by Group 2.
- Submission of Lexical Analyzer and Syntax Parser : 15/03/2014
- Create a makefile for automatic compiling and building
- Lexical Analysis Module Development
- Predictive Parsing Table Creating
- Stack ADT and Parsing
- Tree ADT
- Parse tree creation while parsing
- Testing(with given test cases)
- Testing(with self created test cases)
We intend to follow some good Git branching models like this one as a part of this project.
Interface Requirements that need to be followed can be seen here.
####Semantic Rules legend
% -direct. none.
? -NULL
^ -new leaf
####MASM Instr masm /Zi code.asm link /co code.obj enter.. code.exe