Reducing Pegged ASTs

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Nov 25 07:15:39 PST 2014


On Tuesday, 25 November 2014 at 15:12:39 UTC, Nordlöw wrote:
> I guess it would reduce memory requirements by about a 
> magnitude right?

Correction: For consistency we probably want this example to be 
reduced to

+-C.Declaration [0, 6]["int", "x", ";"]
    +-C.TypeSpecifier [0, 4]["int"]
       +-C.Identifier [4, 5]["x"]


More information about the Digitalmars-d-learn mailing list