This website requires JavaScript.
Explore
Help
Sign in
qf
/
quakeforge
Watch
0
Star
0
Fork
You've already forked quakeforge
0
mirror of
https://git.code.sf.net/p/quake/quakeforge
synced
2024-11-07 05:30:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
50fcab30a3
quakeforge
/
ruamoko
/
scheme
/
builtins.h
4 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
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
#
include
"Primitive.h"
Scheme updates: - Boolean type (no support in lexer yet) - Conditionals - Defines (only work correctly at top level) - More core builtins (apply, cons, car, cdr) - Variable-argument functions - Incremental garbage collection - Garbage collection fixes - Other misc bugs fixed
2005-05-06 23:25:06 +00:00
@
extern
void
builtin_addtomachine
(
Machine
m
)
;
Reference in a new issue
Copy permalink