cd antlr-calc
wget https://www.antlr.org/download/antlr-4.9.2-complete.jar
npm i
npm run start
-
https://tomassetti.me/antlr-mega-tutorial/#htmlchatlistener.js
-
https://github.com/antlr/antlr4/blob/master/doc/ace-javascript-target.md
-
https://www.codeproject.com/Articles/345888/How-to-write-a-simple-interpreter-in-JavaScript
-
https://stackoverflow.com/questions/54816560/how-to-build-a-javascript-antlr-visitor
-
https://stackoverflow.com/questions/35434932/antlr4-javascript-visitor
-
https://medium.com/dailyjs/compiler-in-javascript-using-antlr-9ec53fd2780f
-
https://www.codeproject.com/Articles/345888/How-to-write-a-simple-interpreter-in-JavaScript
-
https://blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial/