D to ASM.js vs D to Dart (VM)

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Thu May 15 14:33:23 PDT 2014


On Thursday, 15 May 2014 at 20:34:31 UTC, Etienne wrote:
> This compiler would be written in D with Pegged, the same way 
> I'm writing this ASN.1 compiler[3]

A lexer, parser, and set of AST classes for D already exists. You 
may want to use them instead.

https://github.com/Hackerpilot/Dscanner/tree/master/std/d


More information about the Digitalmars-d mailing list