aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.lexer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-07Allow empty assignment in for-loopMike Mazur1-0/+1
For loops with no assignment are no longer syntax errors. For example, this is now valid: for ( ; i < 10; i++) { ... } Corresponding changes to lsl.{lexer,parser} in r99 in opensim-libs. Fixes Mantis #2501. Fixes Mantis #2884.
2009-05-22cleaning out warnings.Dr Scofield1-1/+0
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-13Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker1-6572/+6854
2009-03-25cleanupDr Scofield1-1/+0
2009-02-25Allow /* C-style comments */ in LSL scripts.Mike Mazur1-17501/+17626
This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding changes.
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker1-27/+0
2008-07-09Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson1-9593/+9326
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-1/+0
initializations
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-0/+27
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-1/+1
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+18686