blob: d6d69b28e24e19f2815fb18f28a351416760a614 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
G-Wrap -- A tool for exporting C libraries into Scheme interpreters
===================================================================
This is a tool for specifying types, functions, and constants to
import into a Scheme interpreter, and for generating code (in C) to
interface these to the Guile and RScheme interpreters in particular.
Author: Christopher Lee (chrislee@ri.cmu.edu)
WWW: http://www.gnucash.org/
|