summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a70b727ee..b51ac469a 100644
--- a/README
+++ b/README
@@ -4,10 +4,10 @@ Version: 3.0.5 (31 Jan 2015)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua,
- Octave, R, Scheme (Guile, MzScheme/Racket, CHICKEN), Ocaml,
- Modula-3, Common Lisp (CLISP, Allegro CL, CFFI, UFFI) and Pike.
- SWIG can also export its parse tree into Lisp s-expressions and
- XML.
+ Octave, R, Scheme (Guile, MzScheme/Racket, CHICKEN), Scilab,
+ Ocaml, Modula-3, Common Lisp (CLISP, Allegro CL, CFFI, UFFI)
+ and Pike. SWIG can also export its parse tree into XML and
+ Lisp s-expressions.
SWIG reads annotated C/C++ header files and creates wrapper code (glue
code) in order to make the corresponding C/C++ libraries available to