-
Would be nice if `copper` 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 `bi…
-
Hi Gerry, I stumbled upon your [post mentioning tree-sitter](https://orgmode.org/list/5b17ccc4-a3fd-41b2-bc2a-281b0c666e33@www.fastmail.com/). Now I just found your [tree-sitter repo](https://github.c…
-
Here is the grammar which I want to use:
a_file := v_file | o_file ;
o_file := file - v_file ;
v_file := { a_directive } ;
file := { directive } ;
a_directive := v_directive | o_directive ;
o_…
-
Execution fails for me
~/Development/ebnf2tikz % ebnf2tikz -f test.ebnf test.tex (master)ebnf2tikz
got option 102
Unable to open input file …
-
What is the current state of this project and how can I help?
The end goal for me would be to have a Ruby ADL 1.5 parser based on the generated EBNF.
jure updated
10 years ago
-
*This is a meta issue to discuss various design decisions related to the speak tool.*
NOTE: This section is under construction, and will be revised based on continuous discussions, so feel free to …
-
I'm writing a parser that parses what's mostly regular text, and it would be really useful if I could use the built-in EOI token in the grammar definition.
Is that possible in any way?
-
- after EBNF is finished complete matching railroad diagrams
- the editable link to the railroad diagram is https://app.lucidchart.com/invitations/accept/7542e5ed-35b8-44b2-bdbd-70db1eaeedb4
-
A Query Language to get API-Results from cached API Values.
*Note: This is not yet a full concept and may change at any time*
An LSSMAQL-Query Always returns an List of return Values.
Query s…
-
For the next step in the pipeline, the parser, we'll need a proper grammar. I think these are typically done in [EBNF](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form) (or see [these l…