antlr4-calculator
antlr4-calculator copied to clipboard
Feature: error handling
Right now, the parser is quite tolerant -- a bit too tolerant, perhaps.
For educational purposes, it might be a better idea to explicitly fail on a parse error and give the user some feedback on what went wrong.