-
Grammars are seen as equal even though internal non-terminal sets do not hold the same number of elements.
-
Hi,
do we have formal grammars for WTS and TXT?
WTS can have comments with double forward slashes and there are edge considerations like what if there are no line breaks between the curly braces…
-
I was testing grit on a large corporate project and some `.tsx` files are throwing an error. Unfortunately I can't paste code here verbatim due to IP, but here's is one complete file and one snippet t…
-
E.g.
```
def lib2to3_parse():
grammars = get_grammars()
errors = {}
for grammar in grammars:
errors[grammar.version] = InvalidInput()
```
See https://github.com/psf/black…
-
This is a bug report for perl from "Carlos Guevara" ,
generated with the help of perlbug 1.42 running under perl 5.35.10.
-----------------------------------------------------------------
[Plea…
-
It would be nice to have an @include "BaseRules.peg" statement, which can import the content of any other grammar file. To not to mess with the "first tag is the start tag by default" rule, those incl…
-
grammars for `require`, and `@import` and es6 import. maybe this is possible.
-
Hi,
Thanks a lot for this plugin. Now I can add missing languages.
Here is how I added PineScript support:
- Download [pine.tmLanguage.json](https://github.com/frizLabz-FFriZz/Pine-Script-v5-VS…
-
Did you create the grammars by hand or is there any official information about the grammars?
-
Since we'll be evolving grammar syntax, there is a need to prevent false bugs in antlr4, caused by antlr5 syntax unsupported in antlr4. This is easy to achieve by changing the grammar file extension f…