aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-17Cleanup of builtinsBruce Hill
2021-01-17Added LispBruce Hill
2021-01-17Improved rules for word boundary matching and ids (more utf8-compliant,Bruce Hill
2021-01-17Fixed color output for utf8 sequencesBruce Hill
2021-01-17Bugfix for typoBruce Hill
2021-01-17Added some aliasesBruce Hill
2021-01-17Updated the behavior of !=/== to only consider exact, full-text matchesBruce Hill
2021-01-17Fixed bug with NULL filenameBruce Hill
2021-01-17Added Javscript and simplified python importsBruce Hill
2021-01-17Added C++ grammar and aliases.Bruce Hill
2021-01-17Added shell grammarBruce Hill
2021-01-17Adding and improving grammars.Bruce Hill
2021-01-17Improved HTML grammarBruce Hill
2021-01-17Adding more language grammarsBruce Hill
2021-01-17Added "not a keyword" to definition of `id` (keyword is undefined byBruce Hill
2021-01-17Updated commentBruce Hill
2021-01-17Fixed two bugs: mmapped files weren't getting closed, and filenames withBruce Hill
2021-01-17Improved handling of directories (e.g. `bp foo dir/`)Bruce Hill
2021-01-17Zazzing up repetitions with fancy ∞ symbolBruce Hill
2021-01-17Improved argument parsing and added support for prompting user for aBruce Hill
2021-01-17Added commentBruce Hill
2021-01-17Cleaned up flag parsing code.Bruce Hill
2021-01-17Added --git/-GBruce Hill
2021-01-17Better errors for bad patterns.Bruce Hill
2021-01-16Deprecated #(...)# block commentsBruce Hill
2021-01-16Renamed VM_ to BP_Bruce Hill
2021-01-15Sorting importsBruce Hill
2021-01-15Moved pattern code into the right fileBruce Hill
2021-01-15Renamed grammar -> definitionsBruce Hill
2021-01-15Rename compiler -> patternBruce Hill
2021-01-15Renamed vm->matchBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill
2021-01-15Renaming op -> pat in variable namesBruce Hill
2021-01-15Renaming 'op' member fields to 'pat'Bruce Hill
2021-01-15allocated_op -> allocated_patBruce Hill
2021-01-15Opcode referenceBruce Hill
2021-01-15Removing opcode referencesBruce Hill
2021-01-15Rename destroy_op -> destroy_patBruce Hill
2021-01-15Better input handling.Bruce Hill
2021-01-15More correct behavior for Ctrl-cBruce Hill
2021-01-15Better behavior for --context when it comes to --inplace (context usedBruce Hill
2021-01-15Renaming op -> pat, phase 1 refactorBruce Hill
2021-01-15Fully supporting NAME make argumentBruce Hill
2021-01-15Added interactive confirmation mode for replacing textBruce Hill
2021-01-15Improved use of $(NAME)Bruce Hill
2021-01-15Added rule to simplify memory leak testingBruce Hill
2021-01-15Print trailing context in INPLACE modificationBruce Hill
2021-01-15Removed unnecessary checkBruce Hill
2021-01-15Better variable namesBruce Hill
2021-01-15Fixed a text replacement bug and added a secondary color for replacedBruce Hill