The Squirrel interpreter. See http://www.squirrel-lang.org/

Dependents:   Squirrel

Committer:
jhnwkmn
Date:
Tue Dec 16 11:39:42 2014 +0000
Revision:
3:7268a3ceaffc
Parent:
0:97a4f8cc534c
Accepts \r as line terminator as well.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhnwkmn 0:97a4f8cc534c 1 The programming language SQUIRREL 3.0 stable
jhnwkmn 0:97a4f8cc534c 2
jhnwkmn 0:97a4f8cc534c 3 --------------------------------------------------
jhnwkmn 0:97a4f8cc534c 4 The project has been compiled and run on Windows(x86 and x64) and
jhnwkmn 0:97a4f8cc534c 5 Linux(x86 and x64) and Solaris(x86 and x64).
jhnwkmn 0:97a4f8cc534c 6
jhnwkmn 0:97a4f8cc534c 7 Has been tested with the following compilers:
jhnwkmn 0:97a4f8cc534c 8 MS Visual C++ 6.0,7.0,7.1,8.0,9.0,10.0 (32 and 64bits)
jhnwkmn 0:97a4f8cc534c 9 MinGW gcc 3.2 (mingw special 20020817-1)
jhnwkmn 0:97a4f8cc534c 10 Cygnus gcc 3.2
jhnwkmn 0:97a4f8cc534c 11 Linux gcc 3.2.3
jhnwkmn 0:97a4f8cc534c 12 Linux gcc 4.0.0 (x86 & 64bits)
jhnwkmn 0:97a4f8cc534c 13 Solaris gcc 4.0.0 (x86 & 64bits)
jhnwkmn 0:97a4f8cc534c 14
jhnwkmn 0:97a4f8cc534c 15
jhnwkmn 0:97a4f8cc534c 16 Feedback and suggestions are appreciated
jhnwkmn 0:97a4f8cc534c 17 project page - http://www.squirrel-lang.org
jhnwkmn 0:97a4f8cc534c 18 community forums - http://forum.squirrel-lang.org
jhnwkmn 0:97a4f8cc534c 19 wiki - http://wiki.squirrel-lang.org
jhnwkmn 0:97a4f8cc534c 20 author - alberto@demichelis.net
jhnwkmn 0:97a4f8cc534c 21
jhnwkmn 0:97a4f8cc534c 22 END OF README
jhnwkmn 0:97a4f8cc534c 23