The great merge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6fcc22a1f8
commit
516036631c
1508 changed files with 125983 additions and 44037 deletions
32
SWIG/Source/README
Normal file
32
SWIG/Source/README
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
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/Modules1.1 - Old SWIG1.1 derived language modules.
|
||||
Remaining legacy code.
|
||||
|
||||
|
||||
The following directories may be in CVS, but are largely deprecated:
|
||||
|
||||
Source/Modules - Some experimental module work. New
|
||||
modules may be added here eventually.
|
||||
|
||||
Source/LParse - Experimental parser. Officially dead
|
||||
as CParse is more capable.
|
||||
|
||||
Source/SWIG1.1 - Old SWIG1.1 core. Completely empty now.
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue