This website requires JavaScript.
Explore
Help
Register
Sign In
nybble
/
rosella
Watch
1
Star
0
Fork
You've already forked rosella
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
A minimalist continuation-based Scheme written in C.
17
Commits
1
Branch
0
Tags
1.1
MiB
C
49.9%
Scheme
49.5%
Makefile
0.5%
cec35b4d7c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Jesse D. McDonald
cec35b4d7c
Initial revision of .hgignore committed to version control.
2012-07-14 13:38:30 -05:00
doc
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
.hgignore
Initial revision of .hgignore committed to version control.
2012-07-14 13:38:30 -05:00
Makefile
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
builtin.c
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
builtin.h
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
gc.c
Update list of weak boxes *after* processing finalizers.
2012-07-14 13:38:23 -05:00
gc.h
Need to parenthesize "n" in SPECIAL_VALUE macro for precedence.
2012-07-14 13:38:26 -05:00
interp.c
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
interp.h
Added built-in structure types and interpreter core (w/o bytecode).
2012-07-14 13:38:02 -05:00
rosella.c
If (any) option is given, run GC test forever. Otherwise just run it once.
2012-07-14 13:38:20 -05:00