aboutsummaryrefslogtreecommitdiff
path: root/vm.h
AgeCommit message (Expand)Author
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-12Removed dead code for getting opcode namesBruce Hill
2021-01-10Refactor of grammar logic to instead *only* use a linked list for allBruce Hill
2021-01-08Renamed viz -> printing, and tidied up the code a bitBruce Hill
2021-01-08Refactoring, moving visualization and virtual machine code into properBruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-27Added in-place filtering/replacementsBruce Hill
2020-12-14Fix for json header fileBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Hooked up jsonBruce Hill
2020-12-14Removing dead codeBruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-16Moving more behavior over to definitionsBruce Hill
2020-09-16Added tons of file and line number stuffBruce Hill
2020-09-16WIPBruce Hill
2020-09-14Fixing compiler warningsBruce Hill
2020-09-14Added --ignore-case flagBruce Hill
2020-09-12Added backrefsBruce Hill
2020-09-11Tightening up the makefile flags and vim modelinesBruce Hill
2020-09-11Major overhaul refactor restructuringBruce Hill
2020-09-07Updates and cleanupBruce Hill
2020-09-07Cleanup, splitting into filesBruce Hill