index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler.c
Age
Commit message (
Expand
)
Author
2020-09-23
More rigorous compile-time checks via __attribute__s
Bruce Hill
2020-09-17
Some fixes, including to "\\" and ".."/"..."
Bruce Hill
2020-09-16
Removed the requirement for semicolons, changed '=' -> ':' for
Bruce Hill
2020-09-16
Removed (/) (which is just a clunky way to do "")
Bruce Hill
2020-09-16
Removed old code
Bruce Hill
2020-09-16
Added tons of file and line number stuff
Bruce Hill
2020-09-16
WIP
Bruce Hill
2020-09-16
Consolidated repetition ops (instead of '+', '*', '?', etc. now it's all
Bruce Hill
2020-09-14
Fixing compiler warnings
Bruce Hill
2020-09-14
Added nodent support (|)
Bruce Hill
2020-09-13
Spruced up a bunch of stuff, tweaked the grammar, added docs
Bruce Hill
2020-09-13
Changed "upto-and" syntax to ".."/"..."
Bruce Hill
2020-09-13
Added == operator
Bruce Hill
2020-09-13
Fixed error bug
Bruce Hill
2020-09-11
Improved handling of CLI flags
Bruce Hill
2020-09-11
Tightening up the makefile flags and vim modelines
Bruce Hill
2020-09-11
Major overhaul refactor restructuring
Bruce Hill