[OT?] C compiler written form scratch in D

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Dec 10 09:19:27 PST 2014


On Wednesday, 10 December 2014 at 13:02:43 UTC, Tobias Pankrath 
wrote:
>>
>> I will use a handwritten recursive decent parser.
>> Since that is what I deem the easiest thing to do.
>
> Take a look at the std.lexer proposal first.

Thanks for your suggestion.
In fact, I know and like std.lexer.

But this is an educational project to showcase compiler 
construction. So everything will be written from scratch.


More information about the Digitalmars-d-announce mailing list