A really simple calculator that's powered by antlr4 to demonstrate how to create an AST using antlr4. This is basically a java translation of the stackoverflow answer here
- java jdk
- antlr4 jar (found here)
- make
make -e antlr4_jar=/path/to/antlr4_jar build
make -e antlr4_jar=/path/to/antlr4_jar run