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
- Host: GitHub
- URL: https://github.com/archaistvolts/pegzi
- Owner: archaistvolts
- License: other
- Created: 2023-01-04T06:30:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T01:50:56.000Z (over 3 years ago)
- Last Synced: 2026-04-08T06:33:36.744Z (2 months ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 69.3 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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