]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/syntax/syntax.factor
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferr...
[factor.git] / basis / bootstrap / image / syntax / syntax.factor
index 7025cd61e14bbaf491b768ab88bb95395760d5a8..e8dff6143096b42efbbc39a198e9e2956354d137 100644 (file)
@@ -8,7 +8,7 @@ SYMBOL: special-objects
 SYNTAX: RESET H{ } clone special-objects set-global ;
 
 SYNTAX: SPECIAL-OBJECT:
-    CREATE-WORD scan-word
+    scan-new-word scan-word
     [ swap special-objects get set-at ]
     [ drop define-symbol ]
-    2bi ;
\ No newline at end of file
+    2bi ;