[OT?] C compiler written form scratch in D
Stefan Koch via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Dec 11 08:18:45 PST 2014
On Thursday, 11 December 2014 at 15:02:02 UTC, Tobias Pankrath
wrote:
>
> I didn't want to suggest to use std.lexer, but to showcase the
> nice compile time tricks it employs, e.g. the generation of a
> Trie at compile time.
std.lexer is awesome, no doubt about it!
But it is not in the scope of building a dead simple compiler.
I am still about a way to simplify parsing.
It is still not dead simple :(
More information about the Digitalmars-d-announce
mailing list