factor 0.66 ready
parent
b82f596d6f
commit
ef4125a784
|
@ -115,5 +115,5 @@ SYMBOL: compilable-word-list
|
||||||
: init-compiler ( -- )
|
: init-compiler ( -- )
|
||||||
#! Compile all words.
|
#! Compile all words.
|
||||||
compilable-word-list get [
|
compilable-word-list get [
|
||||||
[ compile ] [ cannot-compile ] catch
|
[ compile ] [ [ cannot-compile ] when ] catch
|
||||||
] each ;
|
] each ;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
! Loaded on non-x86 platforms.
|
! Loaded on non-x86 platforms.
|
||||||
|
IN: compiler
|
||||||
|
|
||||||
SYMBOL: compilable-word-list
|
SYMBOL: compilable-word-list
|
||||||
: compilable-words f ;
|
: compilable-words f ;
|
||||||
|
: init-assembler ;
|
||||||
: init-compiler ;
|
: init-compiler ;
|
||||||
|
|
Loading…
Reference in New Issue