Thread overview
D lexical analyzer?
Nov 26, 2013
seany
Nov 26, 2013
Ali Çehreli
Nov 27, 2013
Philippe Sigaud
November 26, 2013
For C genre we have Flex and Bison, what is the equivalent in D?
November 26, 2013
On 11/26/2013 01:16 PM, seany wrote:
> For C genre we have Flex and Bison, what is the equivalent in D?

There is pegged:

  https://github.com/PhilippeSigaud/Pegged

Ali

November 27, 2013
There is also Nick's Goldie:

http://www.semitwist.com/goldie/

Also, std.lexer was recent reviewed, with some things to change. I hope its author will present it again soon.

There are many D parsers/lexers there, but they are specifically designed to lex and parse D.

Also, Ragel can generate D source code:

http://www.complang.org/ragel/