Update examples

This commit is contained in:
Don Stewart
2005-09-03 04:45:14 +00:00
parent 5321754614
commit dff0363224
421 changed files with 19 additions and 9 deletions

17
testsuite/README Normal file
View File

@ -0,0 +1,17 @@
These examples illustrate the various uses of hs-plugins.
conf a configuration file edsl using plugins
dynload dynamically typed load
eval runtime evaluation of haskell strings, from Haskell and C
hmake the 'plugs' haskell interpreter
iface test the interface file parser
load load a plugin
make build a Haskell file
makewith merge and build a Haskell file
multi load multiple plugins at once
objc load Haskell plugins into object C programs
pkgconf test package.conf parsing
popen test popen
reload reload a plugin when it changes
shell a simple string filter
unload test unloading of plugins