-
**Suggestion**
Lark really makes creating parsers easy, but unfortunately generated parser is very slow. I recently had to debug why things are so slow and found that most of the time is spent on par…
sirex updated
2 years ago
-
Some unexpected behavior was discovered when experimenting with layout on an ableC extension for prolog-style logic programming. The following is a somewhat simplified grammar that seems to exhibit t…
-
Using this tool https://www.bottlecaps.de/convert/ to convert https://github.com/lfortran/lfortran/blob/main/src/lfortran/parser/parser.yy into an EBNF understood by https://www.bottlecaps.de/rr/ui an…
-
Per observations from @stephan-herrmann here: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/125#issuecomment-1489366453
we may have inadvertently overlooked last minute changes to Java 8 spe…
-
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/…
-
```
In porting to R6RS Schemes I tried to understand the workings of the GLR
driver. I am a beginner on the subject; it is my understanding that, when
the grammar is non-ambiguous, the results with LR…
-
Pharmr-v0.108.0
TMDD is now running with 2 types of DV in using the run_amd but it only generated 8 QSS models (to my understanding from the updated documentations that only models with 1 DV will b…
-
```
In porting to R6RS Schemes I tried to understand the workings of the GLR
driver. I am a beginner on the subject; it is my understanding that, when
the grammar is non-ambiguous, the results with LR…
-
Z3 Prover is nice and all, but more choices are always good.
It should be fairly straight forward to implement another driver that utilizes the C++ interface for minisat.
Take a look at [this](h…
-
Can be signified with `$`
Must be optional (grammars don't have to contain it to be correct)
Need to make sure it works for both LALR and Earley, and with indentation.