Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-09-06 02:16:52 -05:00
commit a430683b9b
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ TUPLE: sp-parser p1 ;
M: sp-parser (compile) ( peg -- quot )
p1>> compile-parser 1quotation '[
input-slice trim-left-slice input-from pos set @
input-slice [ blank? ] trim-left-slice input-from pos set @
] ;
TUPLE: delay-parser quot ;