
sol.exe        The Scriptol PHP compiler.

LIBRARY

scriptol.php   Required by any script using subscripting.
dirclass.sol   Library to use directories.
image.sol      Library to use or make images.
pattern.sol    Compare filenames with wildcards.
string.sol     Some text functions.
qsort.sol      Base algorithm to sort data.

TOOLS

fcomp.sol      Comparing two files.
fcat.sol       Concatenating two texts.
button.sol     Drawing a button.
dirlist.sol    Displaying the content of a directory.
words.sol      Counting words in a file.
find.sol       Search a file inside directories.

EXAMPLES

ex_fib.sol     Fibonaci Algorithm.
ex_fact.sol    Factorial algorithm.
ex_image.sol   Using the Image class.
ex_main.sol    Reading command line arguments.
ex_car.sol     Inheritance.
javademo.sol   Example of use java classes.
javademo.java  Java classe to use with javademo.sol.
javademo.txt   How to run the javademo example.

DOCUMENTATION

manual.php     Level 1, reference manual, common to Php & C++.
install.html   How to install Scriptol and Php.
jsetup.txt     How to install the Java extension.
solcomp.html   Terms of the licence for using the compiler.
solgpl.txt     Example of licence to distribute open-source Scriptol programs.
products.txt   List of scriptol programs on www.scriptol.net
