aboutsummaryrefslogtreecommitdiff
path: root/grammar.c
AgeCommit message (Expand)Author
2021-01-13Major overhaul of some of the memory tracking code, as well as someBruce Hill
2021-01-12Added forward declarations for static functionsBruce 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-12Renamed op.op -> op.typeBruce 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-10Updated more things to use xfree(&foo) instead of free(foo)Bruce Hill
2021-01-10Simplified grammars using intrusive linked lists instead of dynamicBruce Hill
2021-01-09Replaced (void*) with (match_t*) in struct defBruce Hill
2021-01-08Refactoring, moving visualization and virtual machine code into properBruce Hill
2020-12-30Fully purging "bpeg" from the sourceBruce Hill
2020-12-17Better null byte handling, simplified match datastructures, and someBruce Hill
2020-12-17Memory allocation failure checks, and a simpler new() functionBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Updated '|' to mean word boundary and \N for nodentBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
2020-09-16WIPBruce Hill
2020-09-12Added backrefsBruce Hill
2020-09-12Moving towards separate grammar files.Bruce Hill
2020-09-12Tweaks to CLI, bugfix for escape replacementsBruce 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