regexp: need this to be (parse-raw).

locals-and-roots
John Benediktsson 2016-03-30 21:24:43 -07:00
parent 180a0be647
commit be8c711d3e
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ PRIVATE>
] change-lexer-column ;
: parse-noblank-token ( lexer -- str/f )
dup still-parsing-line? [ (parse-token) ] [ drop f ] if ;
dup still-parsing-line? [ (parse-raw) ] [ drop f ] if ;
: parse-regexp ( accum -- accum )
lexer get [ take-until ] [ parse-noblank-token ] bi