parser: fix using
parent
00fb574a8d
commit
c3f12c945d
|
@ -1,10 +1,10 @@
|
|||
! Copyright (C) 2005, 2010 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays assocs classes combinators
|
||||
compiler.units continuations definitions effects io
|
||||
io.encodings.utf8 io.files kernel lexer math.parser namespaces
|
||||
parser.notes quotations sequences sets slots source-files
|
||||
splitting vectors vocabs vocabs.parser words words.symbol ;
|
||||
USING: accessors arrays classes combinators compiler.units
|
||||
continuations definitions effects io io.encodings.utf8 io.files
|
||||
kernel lexer math.parser namespaces parser.notes quotations
|
||||
sequences sets slots source-files vectors vocabs vocabs.parser
|
||||
words words.symbol ;
|
||||
IN: parser
|
||||
|
||||
: location ( -- loc )
|
||||
|
|
Loading…
Reference in New Issue