-
Using a modified `byacc` (https://github.com/mingodad/lalr-parser-test/tree/main/byacc) that can export an `EBNF` understood by (IPV4) https://rr.red-dove.com/ui or (IPV6) https://www.bottlecaps.de/rr…
-
-
I get the following errors when trying to generate Gocc from the [gocc2.bnf](https://github.com/goccmack/gocc/blob/master/spec/gocc2.ebnf) grammar, using the [gen.sh](https://github.com/goccmack/gocc/…
-
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…
-
This would be huge, but awesome. http://en.wikipedia.org/wiki/GLR_parser
zaach updated
9 years ago
-
First of all, thank you for creating this Project! I can't wait to see when it bears some fruits!
Regarding the Java glue code, I think it should kept to a minimum.
As I said before in the chat, it w…
-
### Your current environment
```
Collecting environment information...
WARNING 10-16 15:01:13 cuda.py:76] Detected different devices in the system:
WARNING 10-16 15:01:13 cuda.py:76] NVIDIA A100…
-
Hello @mdaines,
(_I hope you don't mind another issue_)
I think it would be awesome if there was a way to load sample grammars (and perhaps make it easy to submit them via PRs?). I'm thinking of…
-
It is stated that YAEP doesn't use Joop Leo's optimization, and that right recursion is fast anyways. And because of the lookahead I do believe this to be true for some grammars, but not all LR(k) gra…
-
According to https://github.com/ianh/owl/issues/43#issuecomment-1814917290, call and return symbols need to be disjoint.
Therefore, https://github.com/ianh/owl/issues/38 is not possible because str…