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
Test cases are available here
From this playlist.
Description
Languages
Java
98%
ANTLR
2%