swig/Source
2014-03-13 09:48:06 +01:00
..
CParse Recover parser.y and remove parser.c 2013-05-06 00:06:43 +08:00
DOH Fix comment typo 2013-07-02 13:22:35 +12:00
Include Remove auto generated files 2013-05-01 13:29:04 +08:00
Modules scilab: do not exit Scilab from builder.sce but in makefile 2014-03-13 09:48:06 +01:00
Preprocessor Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
Swig Remove trailing spaces in the generated code. 2013-09-13 10:02:39 +02:00
Makefile.am Merge branch 'master' into gsoc2012-scilab 2014-03-11 10:24:09 +01:00
README update this README 2008-11-03 13:32:33 +00:00

SWIG Source directory

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.

 Source/Include      -  Include files.

Historic directories which may be in CVS, but have been removed:

 Source/Modules1.1   -  Old SWIG-1.1 modules. Empty.

 Source/LParse       -  Experimental parser.  Officially dead
                        as CParse is more capable.

 Source/SWIG1.1      -  Old SWIG1.1 core. Completely empty now.