add missing using

db4
Doug Coleman 2008-03-03 14:38:09 -06:00
parent 6378d38d63
commit bd7fea2568
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel peg strings promises sequences math math.parser USING: kernel peg strings promises sequences math math.parser
namespaces words quotations arrays hashtables io namespaces words quotations arrays hashtables io
io.streams.string assocs memoize ascii ; io.streams.string assocs memoize ascii peg.parsers ;
IN: fjsc IN: fjsc
TUPLE: ast-number value ; TUPLE: ast-number value ;