*** GMX Spamverdacht *** RegEx for a simple Lexer

Tim Holzschuh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 13 13:02:49 PDT 2014


Am 13.05.2014 21:53, schrieb Tim Holzschuh via Digitalmars-d-learn:
> In the book a parser generator like Yacc is used to create a suitable 
> parser.
> Is there an equivalent for D?
> Or if not: is it really that hard to create a parser that is able to 
> parse sth. like this:

Ah, found pegged [1], thank you anyway.

Still: Would it be very difficult to write a suitable parser from scratch?

[1]: https://github.com/PhilippeSigaud/Pegged

- Tim


More information about the Digitalmars-d-learn mailing list