]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/definitions/icons/icons.factor
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferr...
[factor.git] / basis / definitions / icons / icons.factor
index 90b8d3363c718c903caec227bdb56f10eb6f233f..1e5a0037be2ed99f99a5246e45f4f40f09d81040 100644 (file)
@@ -24,7 +24,7 @@ icons [ H{ } clone ] initialize
         define
     ] 2bi ;
 
-SYNTAX: ICON: scan-word scan define-icon ;
+SYNTAX: ICON: scan-word scan-token define-icon ;
 
 >>