aboutsummaryrefslogtreecommitdiff
path: root/compiler.h
AgeCommit message (Collapse)Author
2021-01-15Rename compiler -> patternBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill
2021-01-15Renaming op -> pat in variable namesBruce Hill
2021-01-15Removing opcode referencesBruce Hill
2021-01-15Renaming op -> pat, phase 1 refactorBruce Hill
2021-01-15Added support for `bp -p 'foo: "xx"; baz; baz: foo'`Bruce Hill
2021-01-13Major overhaul of some of the memory tracking code, as well as someBruce Hill
cleanup of the compilation code.
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-09-28Major improvements to error messagesBruce Hill
2020-09-28Starting to add better error messagesBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-16WIPBruce Hill
2020-09-11Tightening up the makefile flags and vim modelinesBruce Hill
2020-09-11Major overhaul refactor restructuringBruce Hill