I want to build a live-code-editor for the R language.
I will use Node.js for the back-end.
For front-end, I will be using React or Angular.
From the researches I have done, there is ANTLR for the parser. I don't know is it enough to use Ace or Monaco OR I must use it with ANTLR too.
Please give me some advice.
thank in advance.