Bruce's Parsing Expression Grammar tool.
Go to file
2020-09-13 23:31:38 -07:00
grammars Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
.gitignore Don't gitignore itself 2020-09-11 01:30:13 -07:00
bpeg.1 Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
bpeg.bpeg Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
bpeg.c Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
compiler.c Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
compiler.h Tightening up the makefile flags and vim modelines 2020-09-11 01:38:44 -07:00
grammar.c Added backrefs 2020-09-12 18:20:13 -07:00
grammar.h Added backrefs 2020-09-12 18:20:13 -07:00
Makefile Makefile fix 2020-09-13 15:50:18 -07:00
types.h Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
utils.c Added null terminator and closed file handler 2020-09-13 16:12:42 -07:00
utils.h Fixes for CLI flags 2020-09-12 20:05:55 -07:00
vm.c Spruced up a bunch of stuff, tweaked the grammar, added docs 2020-09-13 23:31:38 -07:00
vm.h Added backrefs 2020-09-12 18:20:13 -07:00