]> gitweb.factorcode.org Git - factor.git/commit
started type inference, and some bug fixes
authorSlava Pestov <slava@factorcode.org>
Thu, 23 Dec 2004 03:16:46 +0000 (03:16 +0000)
committerSlava Pestov <slava@factorcode.org>
Thu, 23 Dec 2004 03:16:46 +0000 (03:16 +0000)
commit2909d9141a7d0f4fe372a8858f3b8cc4375793c9
tree7938285dee49d9f585a1a663a5d5f9c68085970c
parentf78cb2b6e37857d56e6374d55a9b0265c33c7d37
started type inference, and some bug fixes
23 files changed:
TODO.FACTOR.txt
factor/jedit/FactorShell.java
factor/jedit/FactorSideKickParser.java
factor/parser/BeginMethod.java
library/generic/builtin.factor
library/inference/branches.factor
library/inference/inference.factor
library/inference/words.factor
library/io/stream.factor
library/test/errors.factor
library/test/io/io.factor
library/tools/debugger.factor
library/vectors.factor
native/bignum.c
native/bignum.h
native/compiler.c
native/error.c
native/error.h
native/run.c
native/sbuf.c
native/string.c
native/unix/read.c
native/vector.c