modern: Fix using lists.

modern-harvey3-triple
Doug Coleman 2018-08-12 21:12:43 -05:00
parent a526fd0011
commit b98ace932b
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
USING: arrays assocs combinators combinators.short-circuit
continuations io.encodings.utf8 io.files kernel make math
math.order modern.paths modern.slices sequences sequences.extras
sequences.generalizations sets shuffle splitting strings unicode
vocabs.loader ;
sequences.generalizations sets shuffle splitting strings
syntax.modern unicode vocabs.loader ;
IN: modern
ERROR: string-expected-got-eof n string ;

View File

@ -4,7 +4,7 @@ USING: accessors arrays assocs combinators.short-circuit
constructors continuations io io.encodings.utf8 io.files
io.streams.string kernel modern modern.paths modern.slices
prettyprint sequences sequences.extras splitting strings
vocabs.loader ;
syntax.modern vocabs.loader ;
IN: modern.out
: token? ( obj -- ? )