1
0
Fork
You've already forked scheme-programs
0
No description
  • Scheme 76.1%
  • Tree-sitter Query 19.8%
  • Makefile 2.1%
  • Shell 1.2%
  • C 0.8%
2026年07月06日 20:01:42 +03:00
retropikzel compile-r7rs: Fix bug in tr7 2026年07月06日 20:01:42 +03:00
.gitignore Got simplest C code compiled to webassembly to run 2026年07月05日 13:44:20 +03:00
c2foreign-c.scm Bug fixes to compile-r7rs and c2foreign-c 2026年05月30日 08:49:19 +03:00
compile-r7rs.scm Improve test-r7rs and compile-r7rs 2026年07月04日 12:51:38 +03:00
json2scm.scm Add json2scm and xml2scm 2026年06月04日 06:42:43 +03:00
Makefile BUgfixes 2026年07月03日 10:05:54 +03:00
README.md Update readme. Support Chicken >= 6 only 2026年05月14日 10:00:57 +03:00
test-r7rs.scm Improve test-r7rs and compile-r7rs 2026年07月04日 12:51:38 +03:00
wat2scm.scm Got simplest C code compiled to webassembly to run 2026年07月05日 13:44:20 +03:00
xml2scm.scm Add json2scm and xml2scm 2026年06月04日 06:42:43 +03:00

Readmes of individual programs are under their own directories.

To install program install Chibi Scheme and run

make PROGRAM=compile-r7rs all install

Change PROGRAM to program name.