another patch from Mike: the llscript compiler is now available in XEngine as well. Thanks Mike

This commit is contained in:
Johan Berntsson
2008-07-08 03:02:11 +00:00
parent e75ff8f0a3
commit a73e3b4e3f
8 changed files with 29514 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
*/
using System;using Tools;
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL {
//%+STRING_CONSTANT+3
public class STRING_CONSTANT : TOKEN{
public override string yyname { get { return "STRING_CONSTANT"; }}
@@ -18710,3 +18711,4 @@ public LSLTokens(YyLexer tks):base(tks){}
public string str;
}
}

View File

@@ -26,6 +26,7 @@
*/
using System;using Tools;
namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL {
//%+LSLProgramRoot+95
public class LSLProgramRoot : SYMBOL{
public LSLProgramRoot (Parser yyp, States s ):base(((LSLSyntax
@@ -9799,3 +9800,4 @@ public LSLSyntax
(YyParser syms,ErrorHandler erh):base(syms,new LSLTokens(erh)) {}
}
}