]> gitweb.factorcode.org Git - factor.git/commitdiff
fixed effect based on inner behavior and outer context
authorrien <uploaded@gmail.com>
Sun, 11 Dec 2011 00:47:34 +0000 (19:47 -0500)
committerrien <uploaded@gmail.com>
Sun, 11 Dec 2011 00:47:34 +0000 (19:47 -0500)
core/strings/parser/parser.factor

index 16fab82db8afaab21d52fc4d246a6255dd4b4519..e0c7cea1b4a0fc2706f9cae49f3e9acccc842f66 100644 (file)
@@ -138,7 +138,7 @@ ERROR: escaped-char-expected ;
 
 DEFER: (parse-multiline-string)
 
-: parse-found-token ( i string token -- )
+: parse-found-token ( string i token -- )
     [ lexer-subseq % ] dip
     CHAR: \ = [
         lexer get [ next-char , ] [ next-char , ] bi (parse-multiline-string)