Sync language list between README and ANNOUNCE.
Fix capitalization of CLISP. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7488 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
56431407d1
commit
5d975a1189
2 changed files with 11 additions and 9 deletions
|
|
@ -9,13 +9,15 @@ and large number of enhancements throughout.
|
|||
|
||||
What is SWIG?
|
||||
-------------
|
||||
|
||||
SWIG is a software development tool that reads C/C++ header files and
|
||||
generates the wrapper code needed to make C and C++ code accessible
|
||||
from other languages including Perl, Python, Tcl, Ruby, PHP, Java,
|
||||
Guile, MzScheme, Ocaml, Chicken Scheme, C#, and Allegro Common Lisp.
|
||||
Major applications of SWIG include generation of scripting language
|
||||
extension modules, rapid prototyping, testing, and user interface
|
||||
development for large C/C++ systems.
|
||||
Scheme (Guile, MzScheme, CHICKEN), Ocaml, Lua, Pike, C#, Modula-3, and
|
||||
Common Lisp (CLISP, Allegro CL, UFFI). Major applications of SWIG
|
||||
include generation of scripting language extension modules, rapid
|
||||
prototyping, testing, and user interface development for large C/C++
|
||||
systems.
|
||||
|
||||
Availability:
|
||||
-------------
|
||||
|
|
|
|||
10
SWIG/README
10
SWIG/README
|
|
@ -2,10 +2,10 @@ SWIG (Simplified Wrapper and Interface Generator)
|
|||
|
||||
Version: 1.3.26 (October 1, 2005)
|
||||
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with
|
||||
languages including Perl, Python, Tcl, Guile, Mzscheme,
|
||||
Java, Lua, Ruby, PHP, Ocaml, Pike, C#, Modula-3, CHICKEN
|
||||
and Allegro Common Lisp.
|
||||
Tagline: SWIG is a compiler that integrates C and C++ with languages
|
||||
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
|
||||
Scheme (Guile, MzScheme, CHICKEN), Pike, C#, Modula-3, and
|
||||
Common Lisp (CLISP, Allegro CL, UFFI).
|
||||
|
||||
SWIG reads annotated C/C++ header files and creates wrapper code (glue
|
||||
code) in order to make the corresponding C/C++ libraries available to
|
||||
|
|
@ -72,7 +72,7 @@ What's New?
|
|||
===========
|
||||
|
||||
SWIG-1.3.26 summary:
|
||||
- New language modules: Lua, CLisp and Common Lisp with UFFI.
|
||||
- New language modules: Lua, CLISP and Common Lisp with UFFI.
|
||||
- Big overhaul to the PHP module.
|
||||
- Change to the way 'extern' is handled.
|
||||
- Minor bug fixes specific to C#, Java, Modula3, Ocaml, Allegro CL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue