]> gitweb.factorcode.org Git - factor.git/commit
oop fix, split up inference
authorSlava Pestov <slava@factorcode.org>
Sat, 27 Nov 2004 03:23:57 +0000 (03:23 +0000)
committerSlava Pestov <slava@factorcode.org>
Sat, 27 Nov 2004 03:23:57 +0000 (03:23 +0000)
commit9680d5b6bbf3265ff56194a916e4c560f6689a75
treee136317e4bbd50c2f10d3c80667a1a2a12b3f576
parent68b93121543089cd7d5f99f051f35c2fb72796da
oop fix, split up inference
26 files changed:
Makefile
TODO.FACTOR.txt
examples/oop.factor
factor/FactorReader.java
factor/jedit/FactorOptionPane.java
factor/jedit/FactorPlugin.java
factor/jedit/FactorPlugin.props
library/bootstrap/boot-stage2.factor
library/bootstrap/boot.factor
library/bootstrap/image.factor
library/bootstrap/init-stage2.factor
library/cli.factor
library/combinators.factor
library/hashtables.factor
library/inference/branches.factor [new file with mode: 0644]
library/inference/inference.factor [new file with mode: 0644]
library/inference/stack.factor [new file with mode: 0644]
library/inference/words.factor [new file with mode: 0644]
library/math/arithmetic.factor
library/syntax/parse-syntax.factor
library/test/inference.factor
library/test/interpreter.factor
library/test/math/rational.factor
library/tools/debugger.factor
library/tools/inference.factor [deleted file]
library/vocabularies.factor