]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/roman/roman.factor
Refactor the lexer/parser to expose friendlier words for scanning tokens. The preferr...
[factor.git] / basis / roman / roman.factor
index 588166829ad7142128a217f04b8a66b0bf9a7cd9..be7c70431dae838603b99b8a24edc4f526f38af7 100644 (file)
@@ -69,4 +69,4 @@ ROMAN-OP: * ( x y -- z )
 ROMAN-OP: /i ( x y -- z )
 ROMAN-OP: /mod ( x y -- z w )
 
-SYNTAX: ROMAN: scan roman> suffix! ;
+SYNTAX: ROMAN: scan-token roman> suffix! ;