Zisp: Compile-Time PEG Experiments in Zig

This is really cool. I like how you are using zig itself to describe the grammar. I have similar (stagnant) project that aims to do something similar, but it compiles ragel -like language instead.

1 Like