aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/lsl.parser.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thanks Mike for another LSL compiler patch which fixes a bug where 'vector ↵Johan Berntsson2008-07-111-6947/+7211
| | | | v=<0, 0, -0.5>' caused a syntax error, and implements multiple assignments in one line (x = y = 3;)
* another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson2008-07-081-0/+2
| | | | as well. Thanks Mike
* llscript compiler patch from Mike: adds LSL jumps and implicit variable ↵Johan Berntsson2008-07-081-7190/+7457
| | | | initializations
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-537/+564
|
* The new llScript-cs parser. Thanks MikeJohan Berntsson2008-07-041-0/+9507