What parser generator can let me run arbitrary code in its match rules?
Guillaume Piolat
first.name at gmail.com
Tue Nov 21 02:06:50 UTC 2023
On Monday, 20 November 2023 at 23:56:36 UTC, Dmitry Ponyatov
wrote:
> Or maybe someone advice me some set of books deeply targets for
> learning of binary and symmetric parsing (such as binpac), DCG
> in C or using generators in D, etc to let me write my own lib.
'Crafting Interpreters' book explain recursive descent parser,
including parsing binary operators with priorities.
More information about the Digitalmars-d-learn
mailing list