add missing using
parent
6378d38d63
commit
bd7fea2568
|
@ -2,7 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: kernel peg strings promises sequences math math.parser
|
||||
namespaces words quotations arrays hashtables io
|
||||
io.streams.string assocs memoize ascii ;
|
||||
io.streams.string assocs memoize ascii peg.parsers ;
|
||||
IN: fjsc
|
||||
|
||||
TUPLE: ast-number value ;
|
||||
|
|
Loading…
Reference in New Issue