or you can download a zip file. If we're compiling on macOS or Linux, we can speed things up with ccache. Compiling with ccache lets us only compile files that have changed so that we don't have to ...
grammar.py provides a simple grammar definition DSL in python, letting you compose a grammar from smaller grammar components. It will then parse an input string matching that grammar, with facilities ...