summaryrefslogtreecommitdiff
path: root/doc/faq/error-handling.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq/error-handling.md')
-rw-r--r--doc/faq/error-handling.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/faq/error-handling.md b/doc/faq/error-handling.md
new file mode 100644
index 0000000..ebc3299
--- /dev/null
+++ b/doc/faq/error-handling.md
@@ -0,0 +1,5 @@
+# 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).