aboutsummaryrefslogtreecommitdiff
path: root/compiler.c
AgeCommit message (Expand)Author
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Updated '|' to mean word boundary and \N for nodentBruce Hill
2020-12-14Added % operator to ..Bruce Hill
2020-12-12Bunch of changes, including some bpeg->bp renaming, and addingBruce Hill
2020-09-28Major improvements to error messagesBruce Hill
2020-09-28Starting to add better error messagesBruce Hill
2020-09-28Moved */+ back to prefix, and dropped ?Bruce Hill
2020-09-28Added !=Bruce Hill
2020-09-28Added +/*/? postfix operatorsBruce Hill
2020-09-28Tolerate spaces around `=` in @foo = bazBruce Hill
2020-09-28Fixes for captures and backrefs, and added block commentsBruce Hill
2020-09-28New grammar: [<pat>] instead of 0-1(<pat>), and @foo=<pat> instead ofBruce Hill
2020-09-28More intuitive escape sequences for string patternsBruce Hill
2020-09-23More rigorous compile-time checks via __attribute__sBruce Hill
2020-09-17Some fixes, including to "\\" and ".."/"..."Bruce Hill
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
2020-09-16Removed (/) (which is just a clunky way to do "")Bruce Hill
2020-09-16Removed old codeBruce Hill
2020-09-16Added tons of file and line number stuffBruce Hill
2020-09-16WIPBruce Hill
2020-09-16Consolidated repetition ops (instead of '+', '*', '?', etc. now it's allBruce Hill
2020-09-14Fixing compiler warningsBruce Hill
2020-09-14Added nodent support (|)Bruce Hill
2020-09-13Spruced up a bunch of stuff, tweaked the grammar, added docsBruce Hill
2020-09-13Changed "upto-and" syntax to ".."/"..."Bruce Hill
2020-09-13Added == operatorBruce Hill
2020-09-13Fixed error bugBruce 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