This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-14 18:55:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f9e2f41d7c7906db6e09d3ee4ed6f508df847344
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
DotNetEngine
/
Compiler
/
LSL
History
Mike Mazur
f9e2f41d7c
Enable LSL <-> C# source location mapping when reporing compiler errors to the user in-world. This method is not yet perfect but is an improvement in accuracy over the existing method.
2008-07-23 06:53:38 +00:00
..
Compiler.cs
Enable LSL <-> C# source location mapping when reporing compiler errors to the user in-world. This method is not yet perfect but is an improvement in accuracy over the existing method.
2008-07-23 06:53:38 +00:00
CSCodeGenerator.cs
First version of position mapping between LSL <-> C# implemented.
2008-07-23 02:51:45 +00:00
LSL2CSCodeTransformer.cs
llscript compiler patch from Mike: adds LSL jumps and implicit variable initializations
2008-07-08 02:34:45 +00:00
LSL2CSConverter.cs
Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:
2008-07-21 13:44:56 +00:00
lsl.lexer.cs
Patch from Mike which removes a lexer warning in the LSL compiler.
2008-07-09 07:37:42 +00:00
lsl.parser.cs
Mantis#1728. Thank you kindly, Mikem for a patch that solves:
2008-07-14 01:07:21 +00:00
YP2CSConverter.cs
Mantis#1753. Thank you kindly, Kinoc for a patch that:
2008-07-16 01:00:40 +00:00