aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.lexer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow empty assignment in for-loopMike Mazur2009-06-071-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.
* cleaning out warnings.Dr Scofield2009-05-221-1/+0
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker2009-05-131-6572/+6854
|
* cleanupDr Scofield2009-03-251-1/+0
|
* Allow /* C-style comments */ in LSL scripts.Mike Mazur2009-02-251-17501/+17626
| | | | | | This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding changes.
* Refactor XEngine parser as per suggestions from mikemMelanie Thielker2008-09-231-27/+0
|
* Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson2008-07-091-9593/+9326
|
* another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson2008-07-081-0/+18714
as well. Thanks Mike