swig/Source
2005-10-27 14:44:27 +00:00
..
CParse recognize the and/not/or keywords and operator names 2005-10-27 14:44:27 +00:00
DOH add GetFlagAttr/SetFlagAttr to deal with flag attributes as callbak and ref/unref 2005-10-07 13:16:21 +00:00
Include add cpp warning and typecheck undef codes 2005-10-13 09:21:55 +00:00
Modules change director order back, bad fix 2005-10-26 14:11:28 +00:00
Preprocessor remove extra info printed for %define, but not #define, it makes very hard to find an error since swig reports it from where the macro was defined, not used 2005-10-24 14:38:09 +00:00
Swig uniform the name_get/name_set names 2005-10-25 13:18:43 +00:00
.cvsignore Missing files 2003-05-08 13:02:58 +00:00
Makefile.am Support for Lua added - patch from Mark Gossage 2005-08-15 20:38:34 +00:00
README *** empty log message *** 2002-12-03 20:43:22 +00:00

SWIG Source directory

This directory currently contains a mix of legacy SWIG1.1 code and
recent development work.  As a result, it's still a little messy.
Here is a rough breakdown of the directories:

 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.


The following directories may be in CVS, but are largely deprecated:

 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.