May 13, 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
May 15, 2014
Am 13.05.2014 21:53, schrieb Tim Holzschuh via Digitalmars-d-learn:
> [...]

Thank you for all your interesing links and tips, I'll check these out!

Tim