Update of /project/cparse/cvsroot/cparse
In directory common-lisp.net:/tmp/cvs-serv11648
Modified Files:
README
Log Message:
<doc>
Date: Fri May 14 17:17:59 2004
Author: clynbech
Index: cparse/README
diff -u cparse/README:1.1.1.1 cparse/README:1.2
--- cparse/README:1.1.1.1 Mon Mar 18 03:04:59 2002
+++ cparse/README Fri May 14 17:17:59 2004
@@ -1,8 +1,15 @@
cparse is a Common Lisp package for parsing the subset of ANSI C that is
likely to be in header files. It understands variable and function
declarations arrays, structures, enums, and constant expressions. It
-also includes cmu-alien.lisp, which uses cparse to construct foreign
-function definitions for CMUCL's alien facility.
+also includes three usages of cparse to construct foreign
+function definitions for different alien facilities:
+ - cmu-alien.lisp FFI for CMUCL
+ - acl-alien.lisp FFI for Allegro CL
+ - uffi-alien.lisp FFI for the portable UFFI library
+All three are included for historical completeness. The CMUCL solution
+was what cparse was originally written to handle. The ACL solution was
+later written by Christian Lynbech. Both are no longer supported, all
+effort will be used on the UFFI solution.
CPARSE
@@ -67,5 +74,5 @@
REPORTING BUGS
-Send bugs to moore(a)bricoworks.com. It's most helpful if you can send
+Send bugs to cparse-devel(a)common-lisp.net. It's most helpful if you can send
C files that have been preprocessed.