suren-atoyan / monaco-react

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins
https://monaco-react.surenatoyan.com/
MIT License
3.51k stars 257 forks source link

Monaco React + Antlr #464

Open NicoLaval opened 1 year ago

NicoLaval commented 1 year ago

Hello,

Has anyone ever tried to handle an EBNF grammar in monaco-react thanks to Antlr and antlr4ts?

whisssky commented 2 months ago

Hi, I also meet such question. Have you solved it?

NicoLaval commented 2 months ago

Hi.

Yes. I'm actually updated my stack, replacing antlr4ts with antlr4ng.

But have a look to VTL-2.0-ANTLR-Tools-TS, a library to expose my language antlr tools and my generic antlr monaco editor, (I will update the documentation soon).

Feel free to mail me at nicolas.laval@making-sense.info if needed.

whisssky commented 2 months ago

Thanks for your advice! I'll look at it