aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-23 14:17:32 +0000
committerMelanie Thielker2008-09-23 14:17:32 +0000
commit8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22 (patch)
tree859af1c18c5cf23323d532585e7c4d031790940c /OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
parentRefactor XEngine parser as per suggestions from mikem (diff)
downloadopensim-SC-8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22.zip
opensim-SC-8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22.tar.gz
opensim-SC-8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22.tar.bz2
opensim-SC-8ac4437d9a9453b4ce7ef79b14b81bec7fadeb22.tar.xz
Add constants wrapping code from XEngine to DNE. This syncs up the parsers
between the engines again. Also, committed r60 in opensim libs with the parser source changes.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
index fa3e35b..d689f93 100644
--- a/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
+++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs
@@ -72,7 +72,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
72 private string FilePrefix; 72 private string FilePrefix;
73 private string ScriptEnginesPath = "ScriptEngines"; 73 private string ScriptEnginesPath = "ScriptEngines";
74 74
75 //private static LSL2CSConverter LSL_Converter = new LSL2CSConverter();
76 private static CSCodeGenerator LSL_Converter = new CSCodeGenerator(); 75 private static CSCodeGenerator LSL_Converter = new CSCodeGenerator();
77 private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap; // mapping between LSL and C# line/column numbers 76 private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap; // mapping between LSL and C# line/column numbers
78 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider(); 77 private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider();