.. |
.gitignore
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
BaseContinuation.h
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
BaseContinuation.r
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
Boolean.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Boolean.r
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
builtins.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
builtins.r
|
Scheme: Make apply follow the R5RS standard.
|
2005-05-10 08:19:15 +00:00 |
CompiledCode.h
|
String.[hr] -> SchemeString.[hr], for the sake of case-insensitive
|
2005-05-08 10:43:56 +00:00 |
CompiledCode.r
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
Compiler.h
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
Compiler.r
|
Cons now allocates String objects when outputting string form. Added
|
2005-05-08 11:17:44 +00:00 |
Cons.h
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
Cons.r
|
Cons now allocates String objects when outputting string form. Added
|
2005-05-08 11:17:44 +00:00 |
Continuation.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Continuation.r
|
Added runtime error checking and line number tracking. Seems to catch most
|
2005-05-08 06:38:01 +00:00 |
debug.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
defs.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
defs.qc
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Error.h
|
Added proper error checking and reporting with line numbers. Next:
|
2005-05-02 04:58:22 +00:00 |
Error.r
|
Added proper error checking and reporting with line numbers. Next:
|
2005-05-02 04:58:22 +00:00 |
Frame.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Frame.r
|
Bug fixes, plus a first stab at the garbage collector. It *seems* to work
|
2005-05-02 02:33:44 +00:00 |
Instruction.h
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
Instruction.r
|
Bug fixes, plus a first stab at the garbage collector. It *seems* to work
|
2005-05-02 02:33:44 +00:00 |
Lambda.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Lambda.r
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
Lexer.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Lexer.r
|
Added support for comments
|
2005-05-08 21:51:16 +00:00 |
Machine.h
|
Added runtime error checking and line number tracking. Seems to catch most
|
2005-05-08 06:38:01 +00:00 |
Machine.r
|
Added runtime error checking and line number tracking. Seems to catch most
|
2005-05-08 06:38:01 +00:00 |
main.qc
|
Added runtime error checking and line number tracking. Seems to catch most
|
2005-05-08 06:38:01 +00:00 |
Makefile.am
|
don't install main.dat* *taniwha beats snax over the head with a large trout
|
2005-09-07 00:33:11 +00:00 |
Nil.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Nil.r
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
Number.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Number.r
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Parser.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Parser.r
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
Primitive.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Primitive.r
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
Procedure.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Procedure.r
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
SchemeObject.h
|
Scheme updates:
|
2005-05-06 23:25:06 +00:00 |
SchemeObject.r
|
Cons now allocates String objects when outputting string form. Added
|
2005-05-08 11:17:44 +00:00 |
SchemeString.h
|
String.[hr] -> SchemeString.[hr], for the sake of case-insensitive
|
2005-05-08 10:43:56 +00:00 |
SchemeString.r
|
String.[hr] -> SchemeString.[hr], for the sake of case-insensitive
|
2005-05-08 10:43:56 +00:00 |
Scope.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Scope.r
|
Scheme: Added letrec, first-class continuations, and tuned the garbage
|
2005-05-08 03:44:18 +00:00 |
state.h
|
Added runtime error checking and line number tracking. Seems to catch most
|
2005-05-08 06:38:01 +00:00 |
Symbol.h
|
String.[hr] -> SchemeString.[hr], for the sake of case-insensitive
|
2005-05-08 10:43:56 +00:00 |
Symbol.r
|
Added proper argument number checking to lambdas, a bunch more builtins,
|
2005-05-08 10:37:57 +00:00 |
Void.h
|
Initial commit of a future partial implementation of the R5RS Scheme
|
2005-05-01 11:48:36 +00:00 |
Void.r
|
Bug fixes, plus a first stab at the garbage collector. It *seems* to work
|
2005-05-02 02:33:44 +00:00 |