-
```
Traceback (most recent call last):
File "/Users/abakhtin22/Documents/TempNet/code2DFD/code2DFD.py", line 115, in
cli_invocation()
File "/Users/abakhtin22/Documents/TempNet/code2DFD/co…
-
I have some concerns with the long term maintenance of both the lexer and parser code generators which we should solve (or at least, not make worse) before getting these changes into master.
## Pro…
-
I have the following error:
```
Warning: trying to add too many markers during parsing: (this is a bug, please consider filing an issue)
```
When trying to parse this Typescript file using 'ct…
-
Noticed that the babel visitor types don't work in Deno. They work when using Node though. Spent some time digging into this but couldn't find out why it doesn't work in Deno. Both the LSP and `deno c…
-
Currently LaTeX is generated using ad hoc modules. Could it be done using a grammar? Need to check that.
-
### 🐛 Describe the bug
Support for `torch.Generator` in TorchScript was added in https://github.com/pytorch/pytorch/pull/110413. However, something that was missed was support for parsing `torch.Gene…
-
Previously: #7970, #9403
The current implementation of the block parser will synchronously evaluate a content string, and return an array of parsed blocks. This behavior prevents us from being able…
aduth updated
4 years ago
-
I (and others) would like to be able to use libtreesitter in emacs without necessarily being reliant on the node/rust toolchain.
Cursory inspection of a couple of grammar.c files suggest that they im…
-
```
rascal>syntax P = {A ","}+;
ok
rascal>layout WS = [\ \t\n]*;
ok
rascal>syntax A = "a";
ok
rascal>parse(#{A ","}+, "a")
|stdin:///|(17,3,,): Undeclared non-terminal: in module $shell$
☞ Advice
…
-
Python served us well for the past years, but it's time to move away from it.
We, Java package mainainers, are not proficient with Python programming and the Python code in Javapackages has become a …