This repo contains sub modules which helped me understand compilers better.
This compiler was developed ground up as a part of learning. This is adapted from ANLR Examples
module.
Trying to port Tiny-Compiler to Java.
Functions similar to what is provided by Eclipse IDE. (project, workspace, code)
- If the project is failing in the
ANTLR Examples
submodules, please build the project first using.
mvn clean install