
The Scriptol Interpreter
(c) 2005-2006 by Denis G. Sureau

The scriptol interpreter interprets Scriptol sources with the .sol extension.

To install the interpreter, you have just to extract the archive and include the scripty
directory in the PATH variable. Or copy si.exe and the dlls into a directory in the path
(Windows for example).

To execute the xxxx.sol program, the command is:

	si xxxx
   
Some demos are provided inside the demos sub-directory.
Examples under Windows, type:

	si demos\helloyou
	si demos\factor

Before to use external XML documents, you may test them with the sax.exe program included.


Licence:
The Scriptol interpreter is under the Mozilla 1.1 licence, the text is inside the doc sub-directory.

Release:
Along your program, you need to release:
	si.exe             	the interpreter.
	gcms.dll         a dynamic library.

You can also build an executable with the compiler at www.scriptol.com.	


Contacts:
More info on the web site at: http://www.scriptet.net
E-mail:  webmaster@scriptet.net
   
