Re: Does the grammar allow an alias statement without a semicolon?
Solomon E via Digitalmars-d-learn Fri, 17 Oct 2014 19:56:00 -0700
Thank you both. That DGrammar project has some different names
for the nonterminals in its grammar, and a different arrangement,
but it confirms there should be a semicolon with any alias
statement. I'm just trying to parse D when I read it myself so
far, and figure out how the grammar works a little. I'm not
trying to write a parser for it, at least not yet.
- Does the grammar allow an alias statemen... Solomon E via Digitalmars-d-learn
- Re: Does the grammar allow an alias... ketmar via Digitalmars-d-learn
- Re: Does the grammar allow an alias... thedeemon via Digitalmars-d-learn
- Re: Does the grammar allow an a... Solomon E via Digitalmars-d-learn
- Re: Does the grammar allow ... ketmar via Digitalmars-d-learn