2005-12-02 02:25:44 -05:00
|
|
|
USING: io kernel parser sequences ;
|
|
|
|
|
|
|
|
[
|
|
|
|
"/library/compiler/x86/assembler.factor"
|
2005-12-04 16:33:57 -05:00
|
|
|
"/library/compiler/amd64/assembler.factor"
|
2005-12-02 02:25:44 -05:00
|
|
|
"/library/compiler/amd64/architecture.factor"
|
2005-12-04 22:06:12 -05:00
|
|
|
"/library/compiler/x86/generator.factor"
|
|
|
|
"/library/compiler/x86/slots.factor"
|
2005-12-04 02:30:19 -05:00
|
|
|
"/library/compiler/x86/stack.factor"
|
2005-12-07 00:14:24 -05:00
|
|
|
"/library/compiler/x86/fixnum.factor"
|
2005-12-02 02:25:44 -05:00
|
|
|
] [
|
|
|
|
dup print run-resource
|
|
|
|
] each
|