An open API service indexing awesome lists of open source software.

https://github.com/archaistvolts/pegzi

a PEG (parsing expression grammar) parser in zig
https://github.com/archaistvolts/pegzi

zig ziglang

Last synced: 11 days ago
JSON representation

a PEG (parsing expression grammar) parser in zig

Awesome Lists containing this project

README

          

# pegzi
a PEG (parsing expression grammar) parser in zig

# resources
* https://en.wikipedia.org/wiki/Parsing_expression_grammar
* https://www.piumarta.com/software/peg/peg.1.html
* https://github.com/ziglang/zig-spec
* https://github.com/zigtools/sus

# goals
generate pseudo-zig source code for use by the sus fuzzer