See [doc on caseInsensitive](https://github.com/antlr/antlr4/blob/dev/doc/options.md#caseinsensitive). After updating to latest antlr it will be available for both js/jvm. Investigate generating lexer with this option. Compare against insensitive stream / try to keep both options?
See doc on caseInsensitive. After updating to latest antlr it will be available for both js/jvm.
Investigate generating lexer with this option. Compare against insensitive stream / try to keep both options?