1. 8

Just did the third release (0.3 version) of my PEG parser library.

Basically it’s a tool that helps mocking up a new programming language design a lot quicker. Here’s an example: https://github.com/rain-1/nand-lang

This release adds “semantic actions” which are a powerful technique that lets you perform computations during parsing to produce results without a whole extra compiler pass.

Happy to answer any questions about it.

    1. 2

      What a delightful API.

      No questions, but I’d really like to see a link to the source code along with the docs though.