D Grammar in BNF Text Form?
Brian Schott via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jun 6 12:26:26 PDT 2014
On Friday, 6 June 2014 at 14:56:19 UTC, Tom Browder via
Digitalmars-d wrote:
> Yes, thanks, but I really want one to use in Perl.
>
> Any idea of the value of k in LALR(k) for D?
>
> -Tom
If you somehow manage to get any parser generator to correctly
handle D, you will be the first person in the world to have done
so.
This may help:
https://github.com/Hackerpilot/DGrammar/blob/master/grammar.html
More information about the Digitalmars-d
mailing list