]> gitweb.factorcode.org Git - factor.git/commit
throw is primitive in CFactor, working on test suite
authorSlava Pestov <slava@factorcode.org>
Sun, 3 Oct 2004 20:07:48 +0000 (20:07 +0000)
committerSlava Pestov <slava@factorcode.org>
Sun, 3 Oct 2004 20:07:48 +0000 (20:07 +0000)
commitc70b0cecf5e19bce567296655add654fc7adaee6
treec363b2852b9225eb914ecd6063aab199787eeda3
parent2fdcdc71d377068e857dd1fc172d849fe7b7f3c2
throw is primitive in CFactor, working on test suite
21 files changed:
Makefile
TODO.FACTOR.txt
factor/FactorScanner.java
factor/FactorWord.java
factor/parser/CharLiteral.java
library/compiler/compiler.factor
library/compiler/ifte.factor
library/cross-compiler.factor
library/errors.factor
library/platform/jvm/errors.factor
library/platform/native/init-stage2.factor
library/platform/native/primitives.factor
library/test/combinators.factor
library/test/files.factor
library/test/stream.factor [new file with mode: 0644]
library/test/test.factor
library/test/x86-compiler/ifte.factor
native/error.c
native/error.h
native/primitives.c
native/primitives.h