Scriptol to PHP 5 compiler
(c) 2001-2007 by Denis G. Sureau
http://www.scriptol.com       The Scriptol PHP compiler.
http://www.scriptol.net         The Scriptol Programming Language and the interpreter.


Overwiew

This archive contains mainly solp.exe, the Scriptol to PHP 5 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 5 interpreter is required by solp (download it at www.php.net).


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, in Windows for example.
To add scriptolp to the PATH variable, go to:
- Start menu.
- Configuration Panel
- System
- Advanced
- Click on the environment variables button
- Select PATH and click on modify.
- Add c:\scriptop separated from the previous string by a semi-colon.
- Restart a new console windows.

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.


Trying the examples

Type from the main scriptol directory:
   solp demos\helloyou

Need more informations? Go to the forum on the scriptol.com site.
or send your questions at support@scriptol.com  


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