Scriptol to PHP compiler
(c) 2001-2005 by Denis G. Sureau
http://www.scriptol.com       The Scriptol compilers.
http://www.scriptol.net         The scriptol interpreter.


Overwiew

This archive contains mainly solp.exe, the Scriptol to Php compiler.
A scriptol program may be interpreted by the Php interpreter and it may
be also compiled either to C++ or directly as an executable.
The Php interpreter is required by solp (download it at www.php.net
or get it on the Scriptol CD).


Installing the Scriptol compiler

It is better to install Scriptol at root of a disk, for example:
c:\scriptolp
Once the archive is extracted into the scriptolp directory, you have just to
go to this directory from the console to run the compiler.
To use the compiler at command line from any directory, you have to put
the compilers into the path, in the Windows directory for exemple, or any
directory assigned to the path variable (see at autoexec.bat or equivalent).
You may also add the scriptol directory to list of paths.
Before to use the compiler, you have to read the licence, in the doc
directory: licence.html.


Using the Scriptol to Php compiler

Type the source of your program in a text editor and save it as mysource.sol
or any other name with the sol extension.
Then just type:
    solp mysource
To know the compiler's options, type solp without argument, at command line.


Testing the examples

Type from the main scriptol directory:
   solp demos\helloyou


Need more details? Read the faq file on the Scriptol site:
 http://www.scriptol.com/faq.php
or send your questions at support@scriptol.com  (a form is also available
on the web).


Read the CONTENT file for more details on what is available in the archive.
