I’m looking for a simple (preferably C-based) Javascript compiler that I can use to determine if a chunk of Javascript contains any syntax errors, and the location (line number) of those errors. Is there a small library that anyone knows of that I can use to do something like this?
I’m looking for a simple (preferably C-based) Javascript compiler that I can use to
Share
The V8 isn’t good enough for you?