The Scriptol to Php Compiler is a program that allows Scriptol to be interpreted by the Php interpreter.
Installation of the Scriptol to Php Compiler is straightforward. It is recommended to install Scriptol at root of a disk, for example: /home/user/scriptolp. Once the archive is extracted into the scriptolp directory, just go to this directory from the console to run the compiler. To be able to use the compiler at command line from any directory, you need to put the compilers into the path, in the usr directory, for example, or any directory assigned to the path variable. You may also add the scriptol directory to the list of paths. It is important to read the license, which can be found in the doc directory, before using the compiler.
To use the Scriptol to Php Compiler, you have to type the source code of your program in a text editor and save it as mysource.sol or any other name with the sol extension. To compile the code, just type "./solp mysource". To get information about the compiler's options, type solp without an argument at command line.
For instance, to run a hello world example, type from the main Scriptol directory "./solp demos/helloyou". The Scriptol to Php Compiler is an essential tool for developers looking for a versatile and efficient way to develop PHP and C programs.