Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 474 Bytes

Custom web editor

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.

Getting started

Install dependencies, then run: npm run start. App should be running on localhost:8080.

To recompile the ANTLR grammar, run: npm run build:antlr.