| Age | Commit message (Collapse) | Author |
|
|
|
|
|
--verbose
|
|
|
|
|
|
interpolation
|
|
|
|
|
|
This reverts commit 9380a54d7cf1795b26be79cd7abbb74a415d0788.
|
|
|
|
chaining defs together. Also simplified `..` by just using a lookahead
instead of retconning it. Immutability invariants are now enforced
better.
|
|
|
|
|
|
|
|
grammars were loaded
|
|
|
|
|
|
|
|
printing
|
|
the patterns themselves. This simplifies memory management a lot and
speeds up performance.
|
|
moving the recursive freeing code from Lua/lbp.c into pattern.c
|
|
|
|
|
|
|
|
the error assertion code. Also eliminated most of the spoof_file() calls
in favor of just using command line arguments directly.
|
|
|
|
|
|
bit messy
|
|
|
|
|
|
allocated pats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
less tightly coupled UTF8 API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
switch). Also fixed issue where $$ would fail to match with trailing
newline on file
|
|
|
|
|
|
context with handling piped in input
|
|
|
|
doesn't, so it can still be easily used as a filter.
|