swig/Examples/chicken
2005-10-20 00:37:57 +00:00
..
class Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those scripts 2005-04-15 05:23:14 +00:00
constants Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those scripts 2005-04-15 05:23:14 +00:00
egg Chicken: a few bug fixes, a new example and some new test suite runme, and some doc updates 2005-04-05 17:48:31 +00:00
multimap Fix a few minor bugs in the chicken module 2005-10-20 00:37:57 +00:00
overload Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those scripts 2005-04-15 05:23:14 +00:00
simple fix extern declarations 2005-06-28 21:14:24 +00:00
zlib SWIG chicken module now returns multiple values instead of returning a list. 2005-04-15 22:38:09 +00:00
check.list Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN. 2003-02-15 03:17:15 +00:00
README Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those scripts 2005-04-15 05:23:14 +00:00

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.