quakeforge/ruamoko/scheme
Brian Koropoff 281b683e14 Initial commit of a future partial implementation of the R5RS Scheme
standard, implemented in Ruamoko.  Currently works for a few simple
"Hello, world!" programs.
2005-05-01 11:48:36 +00:00
..
builtins.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
builtins.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
CompiledCode.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
CompiledCode.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Compiler.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Compiler.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Cons.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Cons.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Continuation.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Continuation.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
defs.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
defs.qc Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Instruction.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Instruction.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Lexer.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Lexer.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Machine.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Machine.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
main.qc Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Makefile.am Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Parser.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
SchemeObject.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
SchemeObject.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
state.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
String.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
String.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Symbol.h Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00
Symbol.r Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +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 Initial commit of a future partial implementation of the R5RS Scheme 2005-05-01 11:48:36 +00:00