]> gitweb.factorcode.org Git - factor.git/commit
'generic' word now compiled
authorSlava Pestov <slava@factorcode.org>
Sat, 2 Oct 2004 02:02:54 +0000 (02:02 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 2 Oct 2004 02:02:54 +0000 (02:02 +0000)
commit1c2dbb18887364a9e5f18bfc7b56990b41ad4ded
treec6e69113e31094f1c2d7a3ee17bc0e5ae4880f92
parentc6013cd94102a233991b634038b5fd7501c07a1a
'generic' word now compiled
13 files changed:
library/compiler/compiler-macros.factor
library/compiler/compiler.factor
library/compiler/generic.factor [new file with mode: 0644]
library/compiler/ifte.factor [new file with mode: 0644]
library/compiler/interpret-only.factor [new file with mode: 0644]
library/compiler/words.factor [deleted file]
library/platform/native/boot-stage2.factor
library/platform/native/parse-syntax.factor
library/platform/native/types.factor
library/test/x86-compiler/compiler.factor [deleted file]
library/test/x86-compiler/generic.factor [new file with mode: 0644]
library/test/x86-compiler/ifte.factor [new file with mode: 0644]
library/test/x86-compiler/simple.factor [new file with mode: 0644]