From 0fb0009f66f1dac4a75843e55c043dfbcbaecc16 Mon Sep 17 00:00:00 2001 From: Jonah Beckford Date: Sat, 15 Feb 2003 01:58:36 +0000 Subject: [PATCH] Added chicken to list of example directories. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4314 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Examples/README b/Examples/README index c18d30ed7..0747547cb 100644 --- a/Examples/README +++ b/Examples/README @@ -1,9 +1,10 @@ SWIG Examples -The "perl5", "python", "tcl", "guile", "java", "mzscheme", and "ruby" -directories contain a number of simple examples that are primarily -used for testing. The "GIFPlot" directory contains a more complicated -example that illustrates some of SWIG's more advanced capabilities. +The "perl5", "python", "tcl", "guile", "java", "mzscheme", "ruby", and +"chicken" directories contain a number of simple examples that are +primarily used for testing. The "GIFPlot" directory contains a more +complicated example that illustrates some of SWIG's more advanced +capabilities. The file 'index.html' is the top of a hyperlinked document that contains information about all of the examples along with various