]> gitweb.factorcode.org Git - factor.git/commit
Fixing up smalltalk to the point where it can run fib, slowly
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 1 Apr 2009 07:47:51 +0000 (02:47 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 1 Apr 2009 07:47:51 +0000 (02:47 -0500)
commit3885ba02a6cdf78682f06d75d3865e5183084987
tree4462647291c9e28def51f4ca02ceb96b97707e18
parent8ab7328899458ad12c391272a7e0018bddbca742
Fixing up smalltalk to the point where it can run fib, slowly
extra/smalltalk/ast/ast.factor
extra/smalltalk/compiler/compiler.factor
extra/smalltalk/compiler/lexenv/lexenv.factor
extra/smalltalk/compiler/return/return-tests.factor [new file with mode: 0644]
extra/smalltalk/compiler/return/return.factor
extra/smalltalk/eval/eval-tests.factor
extra/smalltalk/eval/fib.st [new file with mode: 0644]
extra/smalltalk/parser/parser-tests.factor
extra/smalltalk/parser/parser.factor