-
While testing this project with a fresh clone and build with a postgres16 grammar the `nimbleparse` takes forever (I've killed it) see attached grammar/lexer/input.
```
/usr/bin/time ../target/relea…
-
So, Prism is out and it's:
1. correct
2. comes out of the box with MRI (and IIRC with other Ruby implementations)
3. faster (I think on TruffleRuby/JRuby it's absurdly faster because it doesn't r…
-
Section 4.1.14 of the Handbook, Full grammar, is not accurate. It may have been in sync with the actual grammar once, but certainly is not any more. Nonterminals, e.g., `annotation-item`, `base-ti-exp…
-
```f90
program a
100 format ("I0")
implicit none
integer b
end program
```
causes the error:
```sh
syntax error: Token 'none' is unexpected here
--> 5250.f90:3:12
|
3 | implicit n…
pjh40 updated
2 weeks ago
-
While trying to improve the output of parsertl debug/dump to match the bison output I found that on the grammar attached bellow bison reports:
```
bison-nb -v lua-pluto.g.y
lua-pluto.g.y: warning: …
-
Trying to build a compiler with lalrpop and Logos and play with error recovery following [error recovery](https://lalrpop.github.io/lalrpop/tutorial/008_error_recovery.html) and [external lib](https:/…
-
Add synchronization points for error recovering. Also add more contextual description of where errors happened.
-
I tried converting my ANLTR4 grammar to flex/bison with ChatGPT, and it just did it. I haven’t tested it yet. It would seem to be handy to keep grammars in other meta-grammars, to save on many peopl…
-
https://github.com/vpdb/vpx-js/blob/master/lib/scripting/grammar/grammar.bnf
or
https://github.com/wine-mirror/wine/blob/master/dlls/vbscript/parser.y (bison)
-
[`glslang`](https://github.com/KhronosGroup/glslang) is an important piece of software for game engines using vulkan, but I haven't found a build2 package for it yet.
I'm currently making the packa…