Move compiler.errors to basis
parent
b3cb06cf1f
commit
d227fcd33f
|
@ -1,10 +1,11 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays definitions generic assocs kernel math namespaces
|
USING: arrays definitions generic assocs kernel math namespaces
|
||||||
sequences strings vectors words words.symbol quotations io combinators
|
sequences strings vectors words words.symbol quotations io
|
||||||
sorting splitting math.parser effects continuations io.files vocabs
|
combinators sorting splitting math.parser effects continuations
|
||||||
io.encodings.utf8 source-files classes hashtables compiler.errors
|
io.files vocabs io.encodings.utf8 source-files classes
|
||||||
compiler.units accessors sets lexer vocabs.parser effects.parser slots ;
|
hashtables compiler.units accessors sets lexer vocabs.parser
|
||||||
|
effects.parser slots ;
|
||||||
IN: parser
|
IN: parser
|
||||||
|
|
||||||
: location ( -- loc )
|
: location ( -- loc )
|
||||||
|
@ -159,7 +160,6 @@ SYMBOL: interactive-vocabs
|
||||||
"assocs"
|
"assocs"
|
||||||
"combinators"
|
"combinators"
|
||||||
"compiler"
|
"compiler"
|
||||||
"compiler.errors"
|
|
||||||
"compiler.units"
|
"compiler.units"
|
||||||
"continuations"
|
"continuations"
|
||||||
"debugger"
|
"debugger"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: namespaces make sequences io io.files io.pathnames kernel
|
USING: namespaces make sequences io io.files io.pathnames kernel
|
||||||
assocs words vocabs definitions parser continuations hashtables
|
assocs words vocabs definitions parser continuations hashtables
|
||||||
sorting source-files arrays combinators strings system
|
sorting source-files arrays combinators strings system
|
||||||
math.parser compiler.errors splitting init accessors sets ;
|
math.parser splitting init accessors sets ;
|
||||||
IN: vocabs.loader
|
IN: vocabs.loader
|
||||||
|
|
||||||
SYMBOL: vocab-roots
|
SYMBOL: vocab-roots
|
||||||
|
|
Loading…
Reference in New Issue