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.
This commit is contained in:
Melanie Thielker
2008-09-23 14:17:32 +00:00
parent d95794d05c
commit 8ac4437d9a
3 changed files with 9 additions and 370 deletions

View File

@@ -72,7 +72,6 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
private string FilePrefix;
private string ScriptEnginesPath = "ScriptEngines";
//private static LSL2CSConverter LSL_Converter = new LSL2CSConverter();
private static CSCodeGenerator LSL_Converter = new CSCodeGenerator();
private static Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> m_positionMap; // mapping between LSL and C# line/column numbers
private static CSharpCodeProvider CScodeProvider = new CSharpCodeProvider();