
Scriptol to native compiler
Content of the archive
Distribute it unchanged
---------------------------------------------------------------------

COMPILER

solc.exe       The free compiler.
solc.ini       Configuration file.
cmp.bat       Batch file to compile a C++ source.

DOC

solcmp.txt     Licence of the compiler.
solang.txt     Licence of the Scriptol language.
readme         Instruction of use.
manual.html    Reference manual, common to all Scriptol compilers.
libsol.txt        Licence of the library.

LIBRARY TO INCLUDE

libsol.a       The library to include in C++ generated files.
libsol.hpp     Header of the library.
text.hpp       Element of the header.
dyn.hpp        Element of the header.
array.hpp      Element of the header.
fun.hpp        Element of the header.

SCRIPTOL SOURCE LIBRARIES

path.sol       Managing paths.
dirlist.sol    Reading directories.
strtools.sol   Some text functions.
pattern.sol    File matching.
qsort.sol      Model for a quick sort subroutine.
libphp.sol     External declaration.

EXAMPLES

ex_fib.sol
ex_fact.sol
ex_main.sol
ex_car.sol
ex_dir.sol

UTILITIES WITH SCRIPTOL SOURCE

words.sol
fcat.sol
fcomp.sol

---------------------------------------------------------------------

