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.h
Age
Commit message (
Collapse
)
Author
2021-01-15
Rename compiler -> pattern
Bruce Hill
2021-01-15
Renaming files: printing->print, file_loader->files
Bruce Hill
2021-01-15
Renaming op -> pat in variable names
Bruce Hill
2021-01-15
Removing opcode references
Bruce Hill
2021-01-15
Renaming op -> pat, phase 1 refactor
Bruce Hill
2021-01-15
Added support for `bp -p 'foo: "xx"; baz; baz: foo'`
Bruce Hill
2021-01-13
Major overhaul of some of the memory tracking code, as well as some
Bruce Hill
cleanup of the compilation code.
2021-01-12
Standardizing to line-comments instead of block comments
Bruce Hill
2020-12-30
Fully purging "bpeg" from the source
Bruce Hill
2020-12-14
Imports cleanup and removing FILE* parameter from json
Bruce Hill
2020-09-28
Major improvements to error messages
Bruce Hill
2020-09-28
Starting to add better error messages
Bruce Hill
2020-09-23
More rigorous compile-time checks via __attribute__s
Bruce Hill
2020-09-16
WIP
Bruce Hill
2020-09-11
Tightening up the makefile flags and vim modelines
Bruce Hill
2020-09-11
Major overhaul refactor restructuring
Bruce Hill