-
When trying to build this project on Ubuntu-18.04 with gcc9 I was getting errors due to non matching parameter/return value, with the patch shown bellow I was able to build it:
```
diff --git a/Tame…
-
The attached file (strip the .txt) is a grammar for the full Ada language. I tried to run 'tree-sitter generate ./ada_annex_p.js'; it never returned, so I killed it after 90 minutes.
This file is a…
-
Running `npm install` and `npm test` seems to produce two error messages (in addition to conflict messages).
```
testLR1
test LR parse
test basic JSON grammar
⚡ SyntaxError:…
-
When in the following program (which is a modification of the example in `bin/parse3.js`):
```js
const fs = require('fs');
let input = ' ( ( ( 1) ) )';
const gruffalo = require('../g…
-
The grammar used in the current beta release of Emacs ada-mode is derived directly from LRM 2022 Annex P, and it works well when used by the wisitoken parser generator. However, tree-sitter can't cope…
-
For the following grammar Jison (from the CLI) reports a reduce-reduce conflict when it should not.
When switched to use SLR, the parser is generated without errores. Tried `-p lalr` and got the
same…
-
I was trying out one of the `emit` example commands from the documentation, and ran into an unexpected parse failure:
```
$ head -5 f.dat
a,date,open,high,low,close,volume,wap,bid,ask,status,curren…
-
The current `Token` and `TokenType` situation is kind of a mess
-
After adding `_Complex``to the list of reserved words in `TameParse/Compiler/OutputStages/cplusplus.cpp` and trying to build the C99 parser from C99.tp we get this error:
```
c99.cpp: In constructor…
-
At a whim, I looked at how much memory the generated parser were taking up in the binary and it turns out it is pretty sizeable. (Still a lot better than before the lane table improvements, it were up…