factor/library/compiler/dummy-compiler.factor

8 lines
134 B
Factor
Raw Normal View History

2004-10-09 15:14:49 -04:00
! Loaded on non-x86 platforms.
2004-10-09 21:58:16 -04:00
IN: compiler
2004-10-09 15:14:49 -04:00
SYMBOL: compilable-word-list
: compilable-words f ;
2004-10-09 21:58:16 -04:00
: init-assembler ;
2004-10-09 15:14:49 -04:00
: init-compiler ;