-
```
What steps will reproduce the problem?
1. Link either program using:
gcc (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585]
```
Original issue reported on code.google.com by `thoma…
-
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…
-
https://gitlab.haskell.org/ghc/ghc/-/issues/21342 manually postprocessed GHC's Parser.y file to generate a railroad diagram. Perhaps that would be a cool use case for a happy backend if when the modul…
-
Would be nice if `tameparse` could also generate an `EBNF` as understood by https://www.bottlecaps.de/rr/ui to generate railroad diagrams (https://en.wikipedia.org/wiki/Syntax_diagram).
I extended …
-
```
could this AQL query
UPSERT {_key: 'myKey'}
INSERT {_key: 'myKey', abc: 123}
UPDATE {} IN myCol
be simplified to
UPSERT {_key: 'myKey'}
INSERT {_key: 'myKey', abc: 123} IN myCol
```
baslr updated
8 years ago
-
I lost a lot of time searching for the right syntax for start conditions in JSON mode. I finally ended up responding to my own question on stackoverflow, but this only after searching within Jison sou…
-
Yosys is currently missing a [FIRRTL](https://github.com/freechipsproject/firrtl) frontend. Verilog is not ideal as an interchange format, and nobody seems to be using BLIF much these days. It is no…
-
If I had to guess, it looks like [this Postgres parser grammar](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLParser.g4) was produced by someone taking a grammar designed f…
-
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…
-
https://github.com/MtnViewJohn/context-free