14 lines
388 B
Factor
14 lines
388 B
Factor
USING: io kernel parser sequences ;
|
|
|
|
[
|
|
"/library/compiler/x86/assembler.factor"
|
|
"/library/compiler/amd64/assembler.factor"
|
|
"/library/compiler/amd64/architecture.factor"
|
|
"/library/compiler/x86/generator.factor"
|
|
"/library/compiler/x86/slots.factor"
|
|
"/library/compiler/x86/stack.factor"
|
|
"/library/compiler/x86/fixnum.factor"
|
|
] [
|
|
dup print run-resource
|
|
] each
|