trivial change in regexp
parent
e41cdf5e8f
commit
041be23cdc
|
@ -83,7 +83,7 @@ ERROR: bad-class name ;
|
||||||
: options>string ( options -- string )
|
: options>string ( options -- string )
|
||||||
[ on>> ] [ off>> ] bi
|
[ on>> ] [ off>> ] bi
|
||||||
[ [ option>ch ] map ] bi@
|
[ [ option>ch ] map ] bi@
|
||||||
[ "-" swap 3append ] unless-empty
|
[ "-" glue ] unless-empty
|
||||||
"" like ;
|
"" like ;
|
||||||
|
|
||||||
! TODO: add syntax for various parenthized things,
|
! TODO: add syntax for various parenthized things,
|
||||||
|
|
Loading…
Reference in New Issue