-
This project works really well so far, it has a bit of performance issue for big grammars like postgresql (see attached and the timings bellow).
See attached naive conversion of postgresql-16 gramm…
-
I'm testing `jison` with a naked postgresql-13.3 grammar generated by a modifed `bison` (see https://github.com/mingodad/lalr-parser-test) the naked grammar is parsed properly by `bison` and `byacc` s…
-
Hello, I'm using `combine` to write a parser for a language that's not LL(1), and don't know if it's LALR(1). The code is here, with the original grammar all in comments:
https://github.com/jwiegle…
-
It seems that Verilog user defined primitives are not supported by this parser.
If I put in an example with a user defined primitive, I get an error message.
```verilog
primitive udp_and (c, a,…
-
I encountered this problem when write a velocity template parser. Bellow is a simplified code:
### 1. create file: my.yy
```
%start root
%%
root
: list
| range
;
list
: '[' listItems ']'
…
-
**Describe the bug**
Indenter is cited as the way to parse whitespace-sensitive languages, but it has unintiutive and obtrusive behavior when there is an ignored token (ex a comment) in the middle …
-
**Suggestion**
A Lark Earley parser will generate "sppf.png" `if self.debug` is True, as seen in `early.py`:
https://github.com/lark-parser/lark/blob/master/lark/parsers/earley.py - search for "sp…
-
Trying to convert `colm` grammar to be used on https://mingodad.github.io/parsertl-playground/playground/ I've got an initial port that could generate an `EBNF` understood by https://www.bottlecaps.d…
-
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…
-
How difficult would this be to support on Copper's side?
I have in mind amending Copper specs to support something like:
```
...
…