Fix bootstrap
parent
425fd8e551
commit
643b3b7dcb
|
@ -29,9 +29,7 @@ SYMBOL: bootstrap-time
|
||||||
|
|
||||||
: compile-remaining ( -- )
|
: compile-remaining ( -- )
|
||||||
"Compiling remaining words..." print flush
|
"Compiling remaining words..." print flush
|
||||||
vocabs [
|
vocabs [ words compile ] each ;
|
||||||
words "compile" "compiler" lookup execute
|
|
||||||
] each ;
|
|
||||||
|
|
||||||
: count-words ( pred -- )
|
: count-words ( pred -- )
|
||||||
all-words swap subset length number>string write ;
|
all-words swap subset length number>string write ;
|
||||||
|
|
Loading…
Reference in New Issue