Fix more usings
parent
132249660d
commit
94884dfd18
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2008, 2009 Slava Pestov.
|
! Copyright (C) 2008, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: splitting parser compiler.units kernel namespaces
|
USING: splitting parser parser.notes compiler.units kernel namespaces
|
||||||
debugger io.streams.string fry combinators effects.parser ;
|
debugger io.streams.string fry combinators effects.parser ;
|
||||||
IN: eval
|
IN: eval
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2003, 2009 Slava Pestov.
|
! Copyright (C) 2003, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays byte-arrays byte-vectors generic hashtables io
|
USING: accessors arrays byte-arrays byte-vectors generic hashtables
|
||||||
assocs kernel math namespaces make sequences strings sbufs vectors
|
assocs kernel math namespaces make sequences strings sbufs vectors
|
||||||
words prettyprint.config prettyprint.custom prettyprint.sections
|
words prettyprint.config prettyprint.custom prettyprint.sections
|
||||||
quotations io io.pathnames io.styles math.parser effects classes.tuple
|
quotations io io.pathnames io.styles math.parser effects classes.tuple
|
||||||
|
|
Loading…
Reference in New Issue