From 939dd5e1c8c17e5f8b38747bf18e9041ab5f377e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 31 Jan 2015 17:51:17 +0000 Subject: [PATCH] Add Scilab to README file --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index a70b727ee9c..b51ac469a0e 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