swig/SWIG/Examples/chicken
2006-01-09 21:23:27 +00:00
..
class
constants
egg
multimap remove deprecated language specification in %typemap 2006-01-09 21:23:27 +00:00
overload
simple fix extern declarations 2005-06-28 21:14:24 +00:00
zlib remove deprecated language specification in %typemap 2006-01-09 21:23:27 +00:00
check.list
README

This directory contains examples for CHICKEN.

class       -- illustrates the shadow-class C++ interface
constants   -- handling #define and %constant literals
egg         -- examples of building chicken extension libraries
multimap    -- typemaps with multiple sub-types
overload    -- C++ function overloading
simple      -- the simple example from the user manual
zlib        -- a wrapping of the zlib compression library

You should be able to run make in each of the examples.  By default, a shared
library will be built.  Run make check to execute the test.