factor/basis/regexp
John Benediktsson 26abdf4a23 regexp: try again to fix the issue with backslashes.
the new simple rule is inside R/ syntax all backslashes should be
escaped to allow easy regexp literal tokenization:

R/ [\/]/

but in the constructor <regexp> they shouldn't be:

"[/]" <regexp>

When the regexp is prettyprinted we make sure to visually escape the
backslashes in the raw regexp.
2019-03-21 13:29:15 -07:00
..
ast
classes
combinators
compiler
dfa
disambiguate core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
minimize
negation
nfa
parser regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00
prettyprint regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00
transition-tables
authors.txt
regexp-docs.factor
regexp-tests.factor regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00
regexp.factor regexp: try again to fix the issue with backslashes. 2019-03-21 13:29:15 -07:00
summary.txt
tags.txt basis/,core/,extra/: many new tags 2017-07-06 23:04:18 +02:00