]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tr/tr.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / tr / tr.factor
index 2de706bb14fec64aa27a2bfc77d7058b40d7c6d2..8244a26da62552ae2214aa52e5e7dcbed188d57c 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: ascii assocs byte-arrays fry hints kernel lexer math
-math.order parser sequences sequences.private strings summary
-words ;
+parser sequences sequences.private strings summary words ;
 IN: tr
 
 ERROR: bad-tr ;