kaby76 / AntlrVSIX

AntlrVSIX is a language server for use with Visual Studio 2019, Visual Studio Code, and Gnu Emacs to support Antlr, Bison, and W3C EBNF grammars. In addition to the IDE extensions provided here, a command-line tool is available to refactor grammars in order to make them cleaner, more readable, and more efficient.
https://marketplace.visualstudio.com/items?itemName=KenDomino.AntlrVSIX
MIT License
90 stars 13 forks source link

Error recovery in server not considering lexer errors #95

Closed kaby76 closed 4 years ago

kaby76 commented 4 years ago

Lexer errors are not being caught for Antlr3 parsing, and elsewhere. Consequently, it reports back all okay to the client.