swig/Source
crusaderky 6b556a6a1c Add -nogil opt-in flag to remove need for PYTHON_GIL=0
Closes #3215
2025-07-18 22:41:36 +01:00
..
CParse Fix parsing of a::b.c() and x::y.z 2025-06-17 15:23:15 +12:00
DOH Few error message improvements and consistency tweaks 2024-11-04 23:21:25 +00:00
Doxygen Clean of code and fix in doxygen C# generation 2024-09-13 12:18:01 +02:00
Include Replace experimental warning with deprecated warning for MzScheme 2024-09-27 08:07:58 +01:00
Modules Add -nogil opt-in flag to remove need for PYTHON_GIL=0 2025-07-18 22:41:36 +01:00
Preprocessor Few error message improvements and consistency tweaks 2024-11-04 23:21:25 +00:00
Swig Add support for $n special variable expansion in the names of typemap local variables 2025-02-19 20:44:40 +00:00
Makefile.am Makefile.am: avoid double `bison` execution on parallel build 2025-05-01 07:04:07 +12:00
README Remove details of long-removed directories 2021-05-16 08:42:39 +12:00

README

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.