swig/Source
2022-04-07 12:05:54 +12:00
..
CParse Remove bogus parser grammar rule for unary && 2022-04-07 12:01:40 +12:00
DOH Fix previous commit 2022-03-20 19:44:23 +13:00
Doxygen Recognise and ignore Doxygen group commands @{ and @} 2022-04-07 12:05:54 +12:00
Include Improve typemap method and attribute checking 2022-03-03 18:46:15 +13:00
Modules Recognise and ignore Doxygen group commands @{ and @} 2022-04-07 12:05:54 +12:00
Preprocessor Fix previous commit 2022-03-20 19:44:23 +13:00
Swig Fixes for ISO C89 2022-03-28 19:25:11 +01:00
Makefile.am Remove -browse command line option 2022-04-03 08:56:07 +12:00
README Remove details of long-removed directories 2021-05-16 08:42:39 +12: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.