antlr/doc/faq/error-handling.md

6 lines
223 B
Markdown
Raw Normal View History

2015-10-28 01:44:23 +08:00
# Error handling
## How do I perform semantic checking with ANTLR?
See [How to implement error handling in ANTLR4](http://stackoverflow.com/questions/21613421/how-to-implement-error-handling-in-antlr4/21615751#21615751).