Doug Coleman
422078e01e
regexp: Add re:: and re[[ ]] and use new syntax.
...
R/ / is a crazy syntax to support.
- it makes / a special character
- you have to escape forward slashes which is awkward in any language with R/ / syntax
- re"\d" is not a valid regexp string, gotta do the escapes later
-- the only universal escape in a string is either \" or even "none" as a default option
2019-10-29 23:03:33 -05:00
Doug Coleman
d635604026
modern: Removing ch'a syntax.
...
It's cool but I don't like it right now.
2019-09-28 10:59:07 -05:00
Doug Coleman
f05c7e8cd8
factor: char: a -> ch'a.
...
Also all contractions are not allowed in word names anymore. Even Data cannot use contractions...
2018-08-09 18:02:38 -04:00
Doug Coleman
924b434336
Revert "factor: vocab:word -> vocab::word"
...
This reverts commit 354f1cbd34 .
2018-08-02 08:21:52 -04:00
Doug Coleman
354f1cbd34
factor: vocab:word -> vocab::word
2017-12-29 00:43:25 -08:00
Doug Coleman
c436f6dbad
factor: char: postpone: color: hexcolor: flexhexcolor: decimal:
2017-08-31 21:21:13 -05:00
Björn Lindqvist
eb8ce16277
pcre: only include PCRE_UCP on versions >= 8.10 of PCRE
...
Very old versions of the library doesn't seem to have that option.
2016-08-19 21:09:00 +02:00
Björn Lindqvist
3ea34c667d
pcre: new word 'version' for getting the version of the library
2016-08-19 20:50:58 +02:00
Björn Lindqvist
5603e3ff67
pcre.tests: fix tcs that breaks on pcre 8.39
2016-08-19 18:44:32 +02:00
Doug Coleman
de8390dfad
pcre: fix test
2015-07-21 19:33:54 -07:00
Doug Coleman
892c62e1dc
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
Doug Coleman
59f3b1ea57
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
...
Needs a bit more work.
This reverts commit 7e54cc2824 .
2015-07-02 13:47:06 -07:00
Doug Coleman
7e54cc2824
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
2015-07-02 11:36:08 -07:00
Björn Lindqvist
7986d9edc9
pcre: pcre-fullinfo throws on error
2013-12-02 17:07:17 -08:00
Björn Lindqvist
175b00797c
pcre: pcre-config throws bad-option on error
2013-12-02 17:07:17 -08:00
John Benediktsson
39b7aa264e
fix some uses of "1 tail" to be "rest".
2013-11-25 09:29:43 -08:00
John Benediktsson
ebf3b58ad3
pcre: stop using mirror and cloning matchers.
2013-11-20 16:54:56 -08:00
John Benediktsson
239349f84b
pcre: using private to hide implementation details.
2013-11-20 13:06:49 -08:00
Björn Lindqvist
d3e2d64d5b
pcre: ensure we aren't using 16 or 32 bit pcre because that's not tested
2013-11-20 09:04:29 -08:00
Björn Lindqvist
27e40ec005
pcre: moved from basis/ to extra/
2013-11-19 18:13:39 -08:00