-
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…
-
### Nvim
I followed the instructions in this [link](https://github.com/nvim-treesitter/nvim-treesitter/?tab=readme-ov-file#adding-parsers), but it doesn't work. This is my configuration
```lua
lo…
-
```
C:\Python\Anaconda3_64b\envs\ptipython\Lib\site-packages\ptpython\entry_points\dist\run_ptipython>run_ptipython.exe
Python 3.5.3 |Continuum Analytics, Inc.| (default, Feb 22 2017, 21:28:42) [MSC…
-
**Is your feature request related to a problem? Please describe.**
I'm working on a language that includes a tree-sitter parser. Although it is great that this project can immediately provide langu…
-
Hello !
I just discovered your project and I'm also interested on developing a good parser tool and actually working on https://github.com/mingodad/lalr/tree/playground and I have several grammars (i…
-
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /home/parser-generator/vendor/antlr/antlr4-php-runtime/src/Atn/ParserATNSimulator.php on line 2036
Hi…
-
I am looking for ideas on how we could provide some debug functionality on parsers. I believe that it would help the design experience to have some kind of interactive visualization of an input and ou…
-
Coming from [this comment](https://github.com/Expensify/App/pull/51633#discussion_r1827793048), we want to update the filter grammar to use kebab case instead of camel case so it's a bit more friendly…
-
It would be more elegant and maintainable to describe the Netscape variants as a grammar, and generate/write a corresponding tokenizer/lexer/parser to process data.
Inspired by:
- https://tomasset…
-
This HCL file seems pretty straightforward to me but I don't have any semantic tokens for functions. Is this intentional?
```HCL
group {
name = lower("")
}
```
```
[{hcl-blockType [] example.…