|
ba6ee18ded
|
Added strict mode for upto operator: ..=Abc
|
2021-07-30 19:24:35 -07:00 |
|
|
cc84c3d791
|
Made escape sequence handling stricter: no longer supporting arbitrary
characters, only special escapes like \n, hex sequences like \x0a, octal
sequences like \012, and backslashes \\
|
2021-07-19 19:57:59 -07:00 |
|
|
711fe47a7f
|
Overhaul of word boundaries/edges. Now they use \b, which is implemented
in C, and the C code understands UTF8 id chars.
|
2021-07-19 19:40:43 -07:00 |
|
|
ad85fb1da5
|
Added support for multiple escape sequences: \n,r,t
|
2021-07-17 14:19:55 -07:00 |
|
|
aa1faea83c
|
Added pandoc lua filter to make code literals work better with manpages.
|
2021-05-23 15:21:46 -07:00 |
|
|
ba2781d1bc
|
Updated docs
|
2021-05-20 17:19:46 -07:00 |
|
|
a0028e9605
|
Updated doc
|
2021-05-20 13:05:47 -07:00 |
|
|
27f6c391c8
|
Added errors doc
|
2021-05-20 00:46:53 -07:00 |
|
|
355e06a58e
|
Added ~ and !~ operators as replacements for == and !=
|
2021-05-19 23:41:57 -07:00 |
|
|
f824d3f3e2
|
Added markdown manpage, which converts to roff using pandoc.
|
2021-05-19 22:02:45 -07:00 |
|