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.
25
Commits
1
Branch
0
Tags
1.1
MiB
C
49.9%
Scheme
49.5%
Makefile
0.5%
439491a80e
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Jesse D. McDonald
439491a80e
Support negative fixnums in input, and perform some extra validation.
2012-07-14 13:38:45 -05:00
doc
Implement the remaining bytecodes. Adjust some of the numbering.
2012-07-14 13:38:40 -05:00
.hgignore
Initial revision of .hgignore committed to version control.
2012-07-14 13:38:30 -05:00
Makefile
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
builtin.c
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
builtin.h
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
gc.c
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
gc.h
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
interp.c
Implement the remaining bytecodes. Adjust some of the numbering.
2012-07-14 13:38:40 -05:00
interp.h
Implement the remaining bytecodes. Adjust some of the numbering.
2012-07-14 13:38:40 -05:00
reader.c
Support negative fixnums in input, and perform some extra validation.
2012-07-14 13:38:45 -05:00
reader.h
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00
rosella.c
Implement fixed-function reader for getting data into the interpreter.
2012-07-14 13:38:44 -05:00