
sol.exe        The Scriptol PHP compiler.
solcmp.txt     Licence of the compiler.
manual.html    Reference manual, common to all Scriptol compilers.
install.html   How to install Scriptol and Php.


LIBRARY

path.sol       Library to manage directories
dirclass.sol   Library to read directories.
image.sol      Library to use or make images.
pattern.sol    Compare filenames with wildcards.
strtools.sol   Some text functions.
qsort.sol      Base algorithm to sort data.
qsort2.sol     Sorting algorith using functions as parameters.
libphp.sol     External declaration of Php functions.

TOOLS

fcomp.sol      Comparing two files.
fcat.sol       Concatenating two texts.
button.sol     Drawing a button.
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.
ex_dir.sol     Directory list.
javademo.sol   Example of use java classes.
javademo.java  Java classe to use with javademo.sol.
javademo.txt   How to run the javademo example.
ex_gui.sol     Other java example.

MORE DOCUMENTATION

jsetup.txt     How to install the Java extension.
solang.txt     Licence of the Scriptol programming language.
solgpl.txt     Example of licence to distribute open-source Scriptol programs.
products.txt   List of scriptol programs on www.scriptol.net
