aboutsummaryrefslogtreecommitdiff
path: root/grammar.h
AgeCommit message (Expand)Author
2021-01-15Renamed grammar -> definitionsBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill
2021-01-15Renaming op -> pat in variable namesBruce Hill
2021-01-15Renaming op -> pat, phase 1 refactorBruce Hill
2021-01-15Fixed bug with backrefs. The backref pushing was overly greedy andBruce Hill
2021-01-13Working towards zero memory leakageBruce Hill
2021-01-13Major overhaul of some of the memory tracking code, as well as someBruce Hill
2021-01-12Some general cleanup, adding comments, adding more __attribute__s whereBruce Hill
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-10Refactor of grammar logic to instead *only* use a linked list for allBruce Hill
2021-01-10Removing unnecessary fieldsBruce Hill
2021-01-10Simplified grammars using intrusive linked lists instead of dynamicBruce Hill
2021-01-08Refactoring, moving visualization and virtual machine code into properBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-16WIPBruce Hill
2020-09-12Added backrefsBruce Hill
2020-09-11Improved handling of CLI flagsBruce Hill
2020-09-11Tightening up the makefile flags and vim modelinesBruce Hill
2020-09-11Major overhaul refactor restructuringBruce Hill