-
I finally read about the *other* MCNPy: [doi: 10.1080/00295639.2022.2153617](https://doi.org/10.1080/00295639.2022.2153617). Their use of Meta-models is really cool. You essentially write a high level…
-
### Topic
Support new SQL
### Description
您好,我们最近项目中用到了dt-sql-parser这个插件,感觉内容挺丰富的,但是我们想知道一些默认的不同引擎下的sql 语法校验规则,从哪里能找到呢
grammar/spark
/SparkSqlParser.g4和https://github.com/DTStack/dt-sql-parser/bl…
-
Some zero day bugs in the parser were fixed and grammar in our documentation also needs to be fixed, because it describes various clauses incorrectly.
Unfortunately, corrected definitions immediate…
-
## Problem
Currently, language injections are treated as the top-level node in that language's tree-sitter.
It would be very valuable to provide a feature that allowed for treating a specific in…
-
### Did you check existing issues?
- [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
- [x] I have searched the ex…
-
Hello,
We are wondering if an upgrade to Grammar Parser 2.x is in the works or has been completed already, perhaps in a fork? @rbargerhuff and I noticed that the current version of Coder Upgrade us…
-
I found interesting papers related to packcc.
* [不完全な文法からパーサを生成する手法の検討](http://jssst.or.jp/files/user/taikai/2019/PPL/ppl3-2.pdf) (in Japanese)
* [LakeSymbolsforIslandParsing](https://arxiv.org/p…
-
The parser grammar can be difficult to read, especially when it comes to functions:
![image](https://user-images.githubusercontent.com/734593/83863651-ea9be280-a723-11ea-9098-fe7fcc6ee5f4.png)
I…
-
I've tried adding language support for `jai` using the lsp https://github.com/SogoCZE/Jails and tree-sitter grammar at https://github.com/SogoCZE/tree-sitter-jai, but I can't get it to work. Nothing g…
-
We can see that the grammars for AT and HTML are really close: since they are both markup based.
Moreover, whatever (I think) the language being defined by the grammar, the rules share the same patte…