-
Several personal decisions had been taken to unburden libphorward and make it, what it was primarily meant to be: A useful, lightweight C library with tools for (mostly) general purpose software devel…
-
Hello,
i try to parse php expressions using lalrpop:
https://github.com/timglabisch/rustphp/blob/c79060d6495a55174fc2ad5710d5774d8ec94d67/src/calculator1.lalrpop
my problem is that cargo run becomes…
-
This is the tracking issue for rust-lang/rfcs#1331, which specifies a procedure for creating a canonical grammar apart from the compiler. This is a multi-phase process. I think the first step, honestl…
-
Hi, I'm excited by Lark's speed claims but I'm having trouble replicating. This GitHub issue is more informational than an actual bug report, but I'd be happy to hear your thoughts.
I wrote a JSON …
-
Even if lark-parser is stick in setup.py in distribution world we will have to build the latest version
lark-parser is now at 0.6.6
On dev platform with python 3.7.2 trying to run tests failed
…
-
Trying to run tests (excluding docs which failed issue #71 )
Goes to have one failure + tons of warnings I guess some new way of doing things in 3.7
and perhaps related to the presence of new lark_…
-
- JSON
Could you please make save_object() and restore_object() support JSON?
We also need efuns to save variable to or restore variable from JSON format file.
- sort_string
We use this simul_efu…
-
From https://github.com/inspirer/textmapper/wiki:
> Lapg is a combined lexer and parser generator, which converts a description for a context-free LALR grammar into a source file to parse the gramm…
-
First, a big thank you to (I think primarily) @sauliusg for the work with the formal grammar for the filtering language. Now, that I have gone through actually implementing these filters based on the …
-
I'm sure you're aware, but just in case you're not: the current version of [Path Data Grammar in SVG 2](https://svgwg.org/svg2-draft/paths.html#PathDataBNF) specifies coordinates as signed integers. S…