Minimal c-like language built using java, ANTLR4, and jasmin
compiler | ||
parser | ||
.gitignore | ||
Demo.g4 | ||
pom.xml | ||
Readme.md |
Let's build a compiler !
Minimal c-like language built using java, ANTLR4, and jasmin
Summary of tools used :
- Jasmin : an assembler for the Java Virtual Machine.
- ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
- TestNG a java unit-testing framework
From this playlist.