aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-14Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke1-7071/+7644
The compiler was missing grammar rules for += etc. operators on vector.member variables, which the attached patch implements.
2008-07-11Thanks Mike for another LSL compiler patch which fixes a bug where 'vector ↵Johan Berntsson1-6947/+7211
v=<0, 0, -0.5>' caused a syntax error, and implements multiple assignments in one line (x = y = 3;)
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson1-0/+2
as well. Thanks Mike
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable ↵Johan Berntsson1-7190/+7457
initializations
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-537/+564
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+9507