danmaninc / stress-tester-front

Web app for code stress-testing (frontend side)
MIT License
2 stars 0 forks source link

feat: syntax errors highlighting #20

Open danmaninc opened 4 months ago

danmaninc commented 4 months ago

This PR aims to add syntax errors highlighting support.

But only javascript parser is built-in, and there is no Python or C++ parsers in ace package. Possibly there are other ways to parse syntax errors. But I don't know them.

Research is required.