]> gitweb.factorcode.org Git - factor.git/commitdiff
strings.parser: fix blank.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Dec 2020 03:10:39 +0000 (19:10 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 10 Dec 2020 03:10:39 +0000 (19:10 -0800)
core/strings/parser/parser.factor

index 6bf46d88c33c3673c949bc4a67f94f9ba136ad26..67f8dd787581366e514db65394e50f5c48affb63 100644 (file)
@@ -126,7 +126,7 @@ DEFER: (parse-string)
             [ "[space]" swap 1string "'" dup surround unexpected ]
         } case drop
     ] if ;
+
 : (parse-string) ( accum lexer -- )
     { sbuf lexer } declare
     dup still-parsing? [