This is simple web app that showcases how to use ANTLR and monaco to create a web editor for a custom language.
Code inspired by this article.
Install dependencies, then run: npm run start
. App should be running on localhost:8080
.
To recompile the ANTLR grammar, run: npm run build:antlr
.