First step for a [MiniJava](http://alumni.cs.ucr.edu/~weesan/cs152/MiniJava.html) compiler construction, using [Antlr](http://www.antlr.org/). The compiler works for ...
To Run this syntax analyzer and check the validity of this grammar follow the below commands. Open a terminal in a UNIX os and cd into project folder. First of all build all the files. $ make After ...