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