added basic Modula-3 support
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5776 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad57fc3545
commit
483d8b4367
57 changed files with 6645 additions and 380 deletions
|
|
@ -38,11 +38,11 @@
|
|||
<li><a href="Introduction.html#n7">Building a Perl5 module</a>
|
||||
<li><a href="Introduction.html#n8">Building a Python module</a>
|
||||
<li><a href="Introduction.html#n9">Shortcuts</a>
|
||||
<li><a href="Introduction.html#n10">Building libraries and modules</a>
|
||||
</ul>
|
||||
<li><a href="Introduction.html#n11">Supported C/C++ language features</a>
|
||||
<li><a href="Introduction.html#n12">Non-intrusive interface building</a>
|
||||
<li><a href="Introduction.html#n13">Hands off code generation</a>
|
||||
<li><a href="Introduction.html#n10">Supported C/C++ language features</a>
|
||||
<li><a href="Introduction.html#n11">Non-intrusive interface building</a>
|
||||
<li><a href="Introduction.html#n12">Hands off code generation</a>
|
||||
<li><a href="Introduction.html#n13">SWIG and freedom</a>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
|
|
@ -57,25 +57,26 @@
|
|||
</ul>
|
||||
<li><a href="Windows.html#n5">SWIG Windows Examples</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n6">Instructions for using the Examples with Visual C++</a>
|
||||
<li><a href="Windows.html#n6">Instructions for using the Examples with Visual Studio</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n7">Python</a>
|
||||
<li><a href="Windows.html#n8">TCL</a>
|
||||
<li><a href="Windows.html#n9">Perl</a>
|
||||
<li><a href="Windows.html#n10">Java</a>
|
||||
<li><a href="Windows.html#n11">Ruby</a>
|
||||
<li><a href="Windows.html#n12">C#</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n12">Instructions for using the Examples with other compilers</a>
|
||||
<li><a href="Windows.html#n13">Instructions for using the Examples with other compilers</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n13">SWIG on Cygwin and MinGW</a>
|
||||
<li><a href="Windows.html#n14">SWIG on Cygwin and MinGW</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n14">Building swig.exe on Windows</a>
|
||||
<li><a href="Windows.html#n15">Building swig.exe on Windows</a>
|
||||
<ul>
|
||||
<li><a href="Windows.html#n15">Building swig.exe using MinGW and MSYS</a>
|
||||
<li><a href="Windows.html#n16">Building swig.exe using Cygwin</a>
|
||||
<li><a href="Windows.html#n17">Building swig.exe alternatives</a>
|
||||
<li><a href="Windows.html#n16">Building swig.exe using MinGW and MSYS</a>
|
||||
<li><a href="Windows.html#n17">Building swig.exe using Cygwin</a>
|
||||
<li><a href="Windows.html#n18">Building swig.exe alternatives</a>
|
||||
</ul>
|
||||
<li><a href="Windows.html#n18">Running the examples on Windows using Cygwin</a>
|
||||
<li><a href="Windows.html#n19">Running the examples on Windows using Cygwin</a>
|
||||
</ul>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
|
@ -380,17 +381,18 @@
|
|||
<li><a href="Warnings.html#n4">Enabling additional warnings</a>
|
||||
<li><a href="Warnings.html#n5">Issuing a warning message</a>
|
||||
<li><a href="Warnings.html#n6">Commentary</a>
|
||||
<li><a href="Warnings.html#n7">Warning number reference</a>
|
||||
<li><a href="Warnings.html#n7">Message output format</a>
|
||||
<li><a href="Warnings.html#n8">Warning number reference</a>
|
||||
<ul>
|
||||
<li><a href="Warnings.html#n8">Deprecated features (100-199)</a>
|
||||
<li><a href="Warnings.html#n9">Preprocessor (200-299)</a>
|
||||
<li><a href="Warnings.html#n10">C/C++ Parser (300-399)</a>
|
||||
<li><a href="Warnings.html#n11">Types and typemaps (400-499) </a>
|
||||
<li><a href="Warnings.html#n12">Code generation (500-599)</a>
|
||||
<li><a href="Warnings.html#n13">Language module specific (800-899) </a>
|
||||
<li><a href="Warnings.html#n14">User defined (900-999)</a>
|
||||
<li><a href="Warnings.html#n9">Deprecated features (100-199)</a>
|
||||
<li><a href="Warnings.html#n10">Preprocessor (200-299)</a>
|
||||
<li><a href="Warnings.html#n11">C/C++ Parser (300-399)</a>
|
||||
<li><a href="Warnings.html#n12">Types and typemaps (400-499) </a>
|
||||
<li><a href="Warnings.html#n13">Code generation (500-599)</a>
|
||||
<li><a href="Warnings.html#n14">Language module specific (800-899) </a>
|
||||
<li><a href="Warnings.html#n15">User defined (900-999)</a>
|
||||
</ul>
|
||||
<li><a href="Warnings.html#n15">History</a>
|
||||
<li><a href="Warnings.html#n16">History</a>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
|
|
@ -603,7 +605,28 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Ocaml.html">18 SWIG and Ocaml</a></h3>
|
||||
<h3><a href="Modula3.html">18 SWIG and Modula-3</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
<li><a href="Modula3.html#n2">Overview</a>
|
||||
<li><a href="Modula3.html#n3">Preliminaries</a>
|
||||
<ul>
|
||||
<li><a href="Modula3.html#n4">Compilers</a>
|
||||
<li><a href="Modula3.html#n5">Additional Commandline Options</a>
|
||||
</ul>
|
||||
<li><a href="Modula3.html#n6">Modula-3 typemaps</a>
|
||||
<ul>
|
||||
<li><a href="Modula3.html#n7">Inputs and outputs</a>
|
||||
<li><a href="Modula3.html#n8">Exceptions</a>
|
||||
<li><a href="Modula3.html#n9">Subranges, Enumerations, Sets</a>
|
||||
<li><a href="Modula3.html#n10">Objects</a>
|
||||
<li><a href="Modula3.html#n11">Example</a>
|
||||
</ul>
|
||||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Ocaml.html">19 SWIG and Ocaml</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -649,7 +672,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Perl5.html">19 SWIG and Perl5</a></h3>
|
||||
<h3><a href="Perl5.html">20 SWIG and Perl5</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -711,7 +734,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Php.html">20 SWIG and PHP4</a></h3>
|
||||
<h3><a href="Php.html">21 SWIG and PHP4</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -735,7 +758,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Python.html">21 SWIG and Python</a></h3>
|
||||
<h3><a href="Python.html">22 SWIG and Python</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -821,7 +844,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Ruby.html">22 SWIG and Ruby</a></h3>
|
||||
<h3><a href="Ruby.html">23 SWIG and Ruby</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -896,7 +919,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Tcl.html">23 SWIG and Tcl</a></h3>
|
||||
<h3><a href="Tcl.html">24 SWIG and Tcl</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -959,7 +982,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Chicken.html">24 SWIG and Chicken</a></h3>
|
||||
<h3><a href="Chicken.html">25 SWIG and Chicken</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
@ -987,7 +1010,7 @@
|
|||
</ul>
|
||||
<!-- INDEX -->
|
||||
|
||||
<h3><a href="Extending.html">25 Extending SWIG</a></h3>
|
||||
<h3><a href="Extending.html">26 Extending SWIG</a></h3>
|
||||
|
||||
<!-- INDEX -->
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue