CajScript 2.09


Files:
License.txt          - License agreement.
History.txt          - Version history.
cascript.html        - Instructions.
cs2.pas              - Cajscript 2.0 engine.
cs2_var.pas          - Cajscript 2.0 variable management.
cs2_utl.pas          - Cajscript 2.0 parser.
cs2test.tst          - Test file for CajScript.
cs2pas.pas           - Test program for Bp7.0.
cs2delphi.dpr        - Test program for Delphi.
Libraries            - Directory with some usefull libraries.

The syntax of CajScript is almost the same as Delphi, except
that objects/classes and pointers are not supported yet.

I want to thank the users of CajScript that helped me creating CajScript:
 Weyert de Boer (me@weyert.nl)
 Shayne O'Neill (sg_oneill@hotmail.com)
 Martijn van der Kooi (MKGal_2000@yahoo.com)
 Oscar Schoof (os@xs4all.nl)
And others..

Here is a summary of what now is supported:
procedure/Function
Uses
If
Begin (also nested)
+ - * / 
div mod 
= > < <> >= <=
and or xor not
for/to/downto/do,
While/Begin/End
Case/Of/End
