kswoll / npeg

This parser is an implementation of a Packrat Parser with support for left-recursion. The algorithm for left recursion is a modified version of Packrat parsers can support left recursion.
MIT License
16 stars 5 forks source link

AST Building #8

Open furesoft opened 3 years ago

furesoft commented 3 years ago

How can I build an AST?