swig/Examples/GIFPlot/Chicken/simple
Jonah Beckford 6901abdf17 Initial addition.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 01:56:34 +00:00
..
.cvsignore Initial addition. 2003-02-15 01:56:34 +00:00
Makefile.in Initial addition. 2003-02-15 01:56:34 +00:00
precsi.scm Initial addition. 2003-02-15 01:56:34 +00:00
README Initial addition. 2003-02-15 01:56:34 +00:00
simple.i Initial addition. 2003-02-15 01:56:34 +00:00
simple.scm Initial addition. 2003-02-15 01:56:34 +00:00
STACKTRACE Initial addition. 2003-02-15 01:56:34 +00:00
test-simple.scm Initial addition. 2003-02-15 01:56:34 +00:00

This is a very minimalistic example in which just a few functions
and constants from library are wrapped and used to draw some simple
shapes.  

`make' will build a version of CHICKEN which defines an additional
unit (simple).  Run `./simple runme.scm' to test it.