-
**Version Info**
Windows 10
tree-sitter-cli 0.20.0 (also occurs on 0.19.5)
**What happens?**
During GLR parsing, if a parse branch encounters an error then tree-sitter sometimes calls the extern…
-
**Describe the bug**
```
import IO;
layout WS = [\ \t\r\n]* !>> [\ \t\r\n];
start syntax Stmt
= "if" "(" Expr ")" Stmt () !>> "else"
| "if" "(" Expr ")" Stmt "else" Stmt
| "{"…
-
In order to provide a more decoupled architecture, support a platform agnostic form of dependency injection for instances where concrete classes are used.
-
First I installed homebrew's version of cdecl which uses https://github.com/ridiculousfish/cdecl-blocks. For the following declarations (taken from [here](https://docs.microsoft.com/en-us/cpp/c-langua…
-
#### Description
I've created my version of the Simulated Annealing algorithm to solve AutoML problems. Now I'm trying to optimize my initial Temperature parameter. For this, I've taken the [OpenML…
-
From a theoretical point of view, I would expect `seq("a", "b")` to be the same as `/ab/`, and `repeat("a")` to be the same as `/a*/`, however the test case below shows that they are not homomorphisms…
-
### Bug summary
I am using the example for a log bar chart, but I stumbled upon that error for my own plot.
When setting an axis to log scale, I get a font not found error.
Without that line eve…
-
This command would be used to parse inputs from command line and print parse trees.
Examples:
```
pglr parse
```
Command would accept various switches:
- `--prefer-shifts`/`--prefer-sh…
-
## Description
[GNU Bison](https://www.gnu.org/software/bison/) is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR)…
-
Currently the grammar will not correctly parse the following:
```tla
---- MODULE Test ----
THEOREM TRUE
a 1
b 2
a QED
c QED
===
```
The parser groups `b` and `a` together as a child proof …