diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs index 53da265..2f9a829 100644 --- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs +++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/lsl.parser.cs | |||
@@ -1304,24 +1304,24 @@ public class ReturnStatement_2 : ReturnStatement { | |||
1304 | public ReturnStatement_2(Parser yyq):base(yyq){}} | 1304 | public ReturnStatement_2(Parser yyq):base(yyq){}} |
1305 | 1305 | ||
1306 | public class Constant_1 : Constant { | 1306 | public class Constant_1 : Constant { |
1307 | public Constant_1(Parser yyq):base(yyq,"integer", | 1307 | public Constant_1(Parser yyq):base(yyq,"integer", "new LSL_Types.LSLInteger("+ |
1308 | ((INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) | 1308 | ((INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) |
1309 | .yytext){}} | 1309 | .yytext+")"){}} |
1310 | 1310 | ||
1311 | public class Constant_2 : Constant { | 1311 | public class Constant_2 : Constant { |
1312 | public Constant_2(Parser yyq):base(yyq,"integer", | 1312 | public Constant_2(Parser yyq):base(yyq,"integer", "new LSL_Types.LSLInteger("+ |
1313 | ((HEX_INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) | 1313 | ((HEX_INTEGER_CONSTANT)(yyq.StackAt(0).m_value)) |
1314 | .yytext){}} | 1314 | .yytext+")"){}} |
1315 | 1315 | ||
1316 | public class Constant_3 : Constant { | 1316 | public class Constant_3 : Constant { |
1317 | public Constant_3(Parser yyq):base(yyq,"float", | 1317 | public Constant_3(Parser yyq):base(yyq,"float", "new LSL_Types.LSLFloat("+ |
1318 | ((FLOAT_CONSTANT)(yyq.StackAt(0).m_value)) | 1318 | ((FLOAT_CONSTANT)(yyq.StackAt(0).m_value)) |
1319 | .yytext){}} | 1319 | .yytext+")"){}} |
1320 | 1320 | ||
1321 | public class Constant_4 : Constant { | 1321 | public class Constant_4 : Constant { |
1322 | public Constant_4(Parser yyq):base(yyq,"string", | 1322 | public Constant_4(Parser yyq):base(yyq,"string", "new LSL_Types.LSLString(\""+ |
1323 | ((STRING_CONSTANT)(yyq.StackAt(0).m_value)) | 1323 | ((STRING_CONSTANT)(yyq.StackAt(0).m_value)) |
1324 | .yytext){}} | 1324 | .yytext+"\")"){}} |
1325 | 1325 | ||
1326 | public class ListConstant_1 : ListConstant { | 1326 | public class ListConstant_1 : ListConstant { |
1327 | public ListConstant_1(Parser yyq):base(yyq, | 1327 | public ListConstant_1(Parser yyq):base(yyq, |