[OT?] C compiler written form scratch in D

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Dec 9 03:47:58 PST 2014


On Tuesday, 9 December 2014 at 10:55:24 UTC, Robert M. Münch 
wrote:
> On 2014-12-07 19:13:41 +0000, Stefan Koch said:
>
>> I'd like to announce that I am going to be writing a 
>> C-compiler in D.
>> Without flex or bison or anything like that.
>> Just pure handwritten D.
>
> Hi, how about using PEG for parsing etc.? IMO that would be a 
> very good showcase for the power of PEG And D.
>
> --
> Robert M. Münch
> http://www.saphirion.com
> smarter | better | faster

I will use a handwritten recursive decent parser.
Since that is what I deem the easiest thing to do.


More information about the Digitalmars-d-announce mailing list