Exported nonl-chars to rx-syntax to fix (rx nonl).
This commit is contained in:
parent
2359057f89
commit
6f9f0c34e2
|
@ -225,6 +225,7 @@
|
||||||
parse-sre parse-sres
|
parse-sre parse-sres
|
||||||
regexp->scheme
|
regexp->scheme
|
||||||
static-regexp?))
|
static-regexp?))
|
||||||
|
(standard-char-sets (export nonl-chars word-chars))
|
||||||
(sre-internal-syntax-tools (export expand-rx)))
|
(sre-internal-syntax-tools (export expand-rx)))
|
||||||
(open scsh-utilities
|
(open scsh-utilities
|
||||||
defrec-package
|
defrec-package
|
||||||
|
@ -294,6 +295,7 @@
|
||||||
(open re-level-0
|
(open re-level-0
|
||||||
char-set-lib
|
char-set-lib
|
||||||
rx-lib
|
rx-lib
|
||||||
|
standard-char-sets
|
||||||
scheme)
|
scheme)
|
||||||
(for-syntax (open sre-internal-syntax-tools scheme))
|
(for-syntax (open sre-internal-syntax-tools scheme))
|
||||||
(begin (define-syntax rx expand-rx))
|
(begin (define-syntax rx expand-rx))
|
||||||
|
|
Loading…
Reference in New Issue