modern: word got removed, use different one

modern-harvey2
Doug Coleman 2017-12-29 00:44:37 -08:00
parent 354f1cbd34
commit ef7fafd07e
1 changed files with 5 additions and 7 deletions

View File

@ -1,11 +1,9 @@
! Copyright (C) 2016 Doug Coleman. ! Copyright (C) 2016 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors arrays assocs combinators USING: arrays assocs combinators combinators.short-circuit
combinators.short-circuit continuations fry io.encodings.utf8 continuations io.encodings.utf8 io.files kernel make math
io.files kernel locals make math math.order modern.paths math.order modern.paths modern.slices sequences sequences.extras
modern.slices namespaces sequences sequences.deep sets sets splitting strings unicode vocabs.loader ;
sequences.extras shuffle splitting splitting.monotonic strings
unicode ;
IN: modern IN: modern
ERROR: string-expected-got-eof n string ; ERROR: string-expected-got-eof n string ;
@ -385,7 +383,7 @@ ERROR: compound-syntax-disallowed n seq obj ;
: vocab>literals ( vocab -- sequence ) : vocab>literals ( vocab -- sequence )
".private" ?tail drop ".private" ?tail drop
modern-source-path utf8 file-contents string>literals ; vocab-source-path utf8 file-contents string>literals ;
: path>literals ( path -- sequence ) : path>literals ( path -- sequence )
utf8 file-contents string>literals ; utf8 file-contents string>literals ;