OpenTTD/src/3rdparty/squirrel
rubidium 6defde275c (svn r26844) -Fix: clang compile error 2014-09-17 17:52:50 +00:00
..
doc (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 2011-12-01 12:03:20 +00:00
etc (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h 2014-09-06 20:20:35 +00:00
include (svn r26784) -Codechange [Squirrel]: use WChar for the lexer 2014-09-07 06:46:03 +00:00
samples (svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code 2009-08-25 12:47:50 +00:00
sq (svn r26775) -Cleanup [Squirrel]: "resolve" several of the unicode wrapper defines 2014-09-06 18:10:36 +00:00
sqstdlib (svn r26781) -Codechange [Squirrel]: remove includes/definitions that are already in stdafx.h 2014-09-06 20:20:35 +00:00
squirrel (svn r26844) -Fix: clang compile error 2014-09-17 17:52:50 +00:00
COMPILE (svn r18639) -Update: Squirrel from 2.2.3 to 2.2.4 2009-12-26 09:59:32 +00:00
COPYRIGHT (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 2011-12-01 12:03:20 +00:00
HISTORY (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 2011-12-01 12:03:20 +00:00
Makefile (svn r15578) -Change: unexternalise squirrel. 2009-02-25 01:21:50 +00:00
README (svn r23383) -Update: bring Squirrel to 2.2.5; besides some nice bug fixes, it mostly solves the sort() issues 2011-12-01 12:03:20 +00:00
README.OpenTTD (svn r15578) -Change: unexternalise squirrel. 2009-02-25 01:21:50 +00:00
squirrel.dsw (svn r15578) -Change: unexternalise squirrel. 2009-02-25 01:21:50 +00:00

README

The programming language SQUIRREL 2.2.5 stable

--------------------------------------------------
The project has been compiled and run on Windows(Windows XP/2000 on Intel x86 Windows XP Pro on AMD x64) and
Linux(Slackware 9.0 on Intel x86, Fedora Core 4 on AMD x64).

Has been tested with the following compilers:
	MS Visual C++ 6.0,7.0,7.1 and 8.0 (32 and 64bits)
	MinGW gcc 3.2 (mingw special 20020817-1)
	Cygnus gcc 3.2
	Linux gcc 3.2.3
	Linux gcc 4.0.0 (x86 64bits)


Feedback and suggestions are appreciated
project page - http://www.squirrel-lang.org
community forums - http://www.squirrel-lang.org/Forums
wiki - http://wiki.squirrel-lang.org
author - alberto@demichelis.net

END OF README