SCM Repository
[smlnj] / sml / releases / release-110.35 / src / ml-nlffi-lib / README |
View of /sml/releases/release-110.35/src/ml-nlffi-lib/README
Parent Directory
|
Revision Log
Revision 828 -
(download)
(annotate)
Fri May 11 18:32:07 2001 UTC (19 years, 9 months ago) by blume
Original Path: sml/trunk/src/ml-nlffi-lib/README
File size: 616 byte(s)
Fri May 11 18:32:07 2001 UTC (19 years, 9 months ago) by blume
Original Path: sml/trunk/src/ml-nlffi-lib/README
File size: 616 byte(s)
added new FFI code to repository
This is the ML-NLFFI Library, the core of a new foreign-function interface for SML/NJ. Library $/c.cm provides: - an encoding of the C type system in ML - dynamic linking (an interface to dlopen/dlsym) - ML/C string conversion routines This is the (only) library to be used by user code. Library $/c-int.cm (subdirectory "internals"): - implements all of $/c.cm - implements low-level hooks to be used by ml-nlffigen-generated code Library $/memory.cm (subdirectory "memory"): - encapsulates low-level details related to raw memory access User code should NOT directly refer to this library.
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |