On 2013-01-16 11:50, Philippe Sigaud wrote:

I have a small (woefully incomplete) list in my Pegged parser
generator project README:

Parser generators:

* Hisayuki Mima's [CTPG](https://github.com/youkei/ctpg), very
similar, also done in D. Have a look!

* Nick Sabalausky's [Goldie](http://www.dsource.org/projects/goldie).

Parsers:

* Benjamin Shropshire's
[dparser](http://dsource.org/projects/scrapple/browser/trunk/dparser).

* Martin Nowak put these gists on the D newsgroup:
     - https://gist.github.com/1255439 - lexer generator
     - https://gist.github.com/1262321 - complete and fast D lexer


I should also add the parser from Dil and the one from SDC (At least,
I suppose there is one in SDC)

That's a good start. We should put these on the wiki.

Jacob, do you have a link to your parser?

I don't have a parser. That's why I'm complaining all the time that we should have a lexer and parser for D written in D :)

Also, Timon seems to have a parser, and JM Davis was working on a D lexer.



--
/Jacob Carlborg

Reply via email to