-
There are several grammars for the same thing in Substrait subprojects.
1. There was originally a [type parser built in substrait-java](https://github.com/substrait-io/substrait-java/blob/main/core/s…
-
Implement full grammar in the parser, as described in the comments of #1
-
I try to build
```
java -jar antlr-4.13.2-complete.jar -Dlanguage=Python3 -o gen PostgreSQLLexer.g4 -visitor -listener
java -jar antlr-4.13.2-complete.jar -Dlanguage=Pyt…
-
- [ ] [awesome-reasoning/README.md at master · neurallambda/awesome-reasoning](https://github.com/neurallambda/awesome-reasoning/blob/master/README.md?plain=1)
# awesome-reasoning
…
-
The Enaml grammar is designed as an extension of the python grammar and relies on the python compiler to process the pure python portions. This means that the pure python portions of the .enaml files …
-
Using the MRE below, positive joins are broken in tatsu 5.12.1
__grammar.ebnf__
```ebnf
@@grammar::numbers
start
= expression $
;
expression
= ~ ( "," )%{ digit }+
;
…
-
**I'm submitting a...**
- [ ] Bug report.
- [x] Feature request.
## Feature request ##
I just finished the translation of german for the most part (98% as some strings, as you pr…
crsct updated
2 weeks ago
-
![Screenshot_2024-11-18-11-21-47-278_Ninja coder Ghostemane code](https://github.com/user-attachments/assets/2d094f5e-dcec-45ae-9034-b116d1441351)
![Screenshot_2024-11-18-11-21-42-149_Ninja coder Gho…
-
### Did you check the tree-sitter docs?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
### Is your featur…
-
There was a request that we rewrite the grammer into something more cross-platform so that it can be shared among the various implementations of JSONSM.