-
At the BIDS-ComputationalModels meeting, it became pretty clear that a wide range of applications require (or would at benefit considerably from) the ability to read in generic n-dimensional arrays fr…
-
### Problem
NOTE: I can only reproduce this issue using a very weird grammar so far
The grammar used to get this issue is very non-LRish, in fact I did what the tree-sitter docs explicitly say n…
yanok updated
7 months ago
-
Hello everyone,
I am writing my parser for taking notes in neovim. You can check [my repository](https://github.com/yunusey/tree-sitter-kojl) out. Right now, I am working on creating different kind…
-
Discussion about the ongoing implementation of the compiler.
keean updated
5 years ago
-
Hello,
I have an error installing a mod which is a Stalker revision from Artisan Kitpack. Artemiusl the owner of the mod told me to contact you.
I try to install the mod in BG2EE Steam version, n…
-
Character-based parsing is a tedious and error-prone process. It also makes it difficult to handle lexical ambiguities and implement a good error handling especially in a LL(k) parser. So, need to try…
-
**Describe the bug**
`gem pristine debug` doesn't work
**To Reproduce**
Steps to reproduce the behavior:
1. `crew upgrade`
My environment was (crosh, bash or VT-2): crosh
2. I executed t…
-
I have error installing 4.5a in BG2 via Steam, but installing 4.5 version works though.
PARSE ERROR at line 1423 column 1-56.
Installation works for Baldur's gate 1.
-
### Problem
The `pytest` runner appears to classify ambiguous parses as passing. Running a test with a parsing ambiguity directly will create the expected `[Error] Inner Parser: Parsing ambiguity.` e…
-
When I made conflicts with the two exactly same RegExps
```javascript
rules: {
source: $ =>choice($.a, $.b),
a: $ => /\d+/,
b: $ => /\d+/,
}
```
Then the error message was as I exp…