The Spar Project - the Spar Library * shortly "sl"

This is a library that provide a complete API for parsing expression in 
your programs. It support variables, constants, many common scientific 
function (double precision) and a basic support for modules. A module
is a extension to the standard library feature written in C/C++ (soon also
in other programming language such as Pascal, FORTRAN and Assembly). 
It's very easy write your own module (have a look to modules/module_template.c).

The default installation create a static library (libspar.a), a dynamic library
(libspar.so) and a include directory (/usr/local/include/spar) that provide
the basis to develop with this library. If you write a program with this API 
read the COPYING file.

well, you have installed the software into:
	/usr/local/lib/libspar.so		(dynamic library)
	/usr/local/lib/libspar.a		(static library)
	/usr/local/include/spar/*.h		(headers files)
	/usr/local/lib/libspar/sample.so 	(a sample header)	

NOTE: this library is under the LGPL license, instead spar is under the 
      GPL license!!!	 

Documentation
The Spar Library sources are partially commented (soon will be fully) 
with a doxygen style comments. The complete documentation is under doc both
HTML and latex formats.

To make docs run the command:
	
	$ doxygen Doxyfile

NOTE: the latest version of doxygen can be obtained at 
	
	http://www.stack.nl/~dimitri/doxygen
  
The homepage is:
	main site : spar.sourceforge.net
	mirror    : web.tiscalinet.it/Davide18

Please submit comment, patches and bug reports to:
	davide178@inwind.it

To report bugs please use the file lib spar-bug-report as template file.

					
					Davide Angelocola
