Click here to Skip to main content
15,893,644 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I search on a web IDE using ANTLR for my custom language ,But I can't find so I try to build one using antlr 4 and codemirror editor, I need to parse online But I did't knew How to do it with antlr 4 , so can any body help me to knew How to make parse online with ANTLR 4 ?

What I have tried:

I think to algorithms to do it so ... I think I must to do submit autmaticly when the textarea change then count 5 seconds then do submit autmaticly by Ajax ... any body can help to improve the algorithm
Posted
Updated 24-Aug-16 23:12pm
v2

1 solution

Your approach looks correct: submit the text to compile and use it as input to ANTLR, executing on the server.
If you have doubts on posting text using Ajax, then just Google for it. There are many many samples available on the web.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900