simple-tokenizer: cleanup using list.

db4
John Benediktsson 2014-05-23 13:26:29 -07:00
parent cc4c83783f
commit 3a3f28a91b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008, 2010 Slava Pestov
! See http://factorcode.org/license.txt for BSD license.
USING: peg peg.ebnf arrays sequences strings kernel ;
USING: peg.ebnf strings ;
IN: simple-tokenizer
EBNF: tokenize