-
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…
-
**Obs: Updated with the grammar on 2022-10-09**
Using this fork of bison (https://github.com/mingodad/lalr-parser-test) to generate an `EBNF` understood by https://www.bottlecaps.de/rr/ui and manua…
-
If possible something qt based.
aoloe updated
11 years ago
-
I know it's an odd issue but it took me 30 minutes to find this project! Finally recovered it from my GitHub stars.
P.S. Trying to write a brand new YAML parser with this. Do you have any recommend…
-
I'd guess that the last test case here is a `rustc` bug, but I don't know about the others.
``` rust
fn match_rangefull() {
match .. { _ => () } // rustc compiles it, parser-lalr rejects
}
fn fie…
-
See https://github.com/djspiewak/scala-bison, its [tool paper](https://www.sciencedirect.com/science/article/pii/S1571066110001118) and [the original paper on recursive ascent/descent](https://link.sp…
-
**UPDATE**: Fund what it is in the bison manual. This is an [Actions in Mid-Rule](http://dinosaur.compilertools.net/bison/bison_6.html#SEC48).
In the ruby language parser there is a strange construct…
-
### Empty semicolon
This is valid:
```ttl
:p1 ;
:p2 ;
.
```
It is useful because you don't need to tweak the last statement before you add a new one.
- It's widely used eg by TQ (right @…
-
I have the use case where I need to parse a text line by line. At the first line, the parser can start at its `start` position. At the end of the line, the parser should store its state (e.g. in which…
-
plyj only supports Java 7 right now. Add support for all Java 8 features.
The branch `java8_2` already contains default methods and an unsuccessful stab at reference expressions.