-
When I read the following topics http://discourse.hoa-project.net/t/hoa-compiler-keyword-identifier-clash/252 I can understand that namespace permit to avoid collision between namespace but also to is…
-
It often happens in grammars that you might want to have a distinct set of tokens at different points in the grammar; LALRPOP's intertwined syntax also leads to that expectation (see e.g. #193). This …
-
**Migrated issue, originally created by jvanasco ([@jvanasco](https://github.com/jvanasco))**
I've run into a bit of an issue with whitespace and comments.
We've been in a push to standardize templa…
-
This issue lists known breaking changes from jade to pug@2.0.0. If you think you've found another breaking change, please open a separate issue so it can be triaged. I'm going to lock this issue to …
-
There should be exactly one core parsing engine for SugarCube—rather than umpteen ones scattered here and there—that may be reused for various parsing needs via separate grammars—i.e., core parsing, m…
-
I tried to define a token as a JavaScript regular expression, but this is a syntax error:
`string_literal = /"([^"\\]|\\.)*"/`
Is there another way to define tokens using regular expressions, si…
-
Given the grammar for a domain specific language, could haxe-glsl-parser be used to generate the corresponding AST?
What about other languages with syntax similar to GLSL, could haxe-glsl-parser be u…
-
E.g. specifying
`path middleware`
throws following error:
`ValueError: Token('STRING', 'middleware')`
- assumption: Lexer basically expects '/' symbol; culprit: `self.lexer.add('PATH_STRIN…
-
Part of the #155
Right now enry uses content tokenization approach [based on regexps](https://github.com/github/linguist/pull/3846/files#diff-d5179df0b71620e3fac4535cd1368d15L60) from linguist befo…
-
- [X] I have reproduced my issue using the latest version of ANTLR (antlr4-tools and antl4-python3-runtime from PyPi)
- [X] I have done a search of the existing issues to make sure I'm not sending in…