From 6bcd0c8b0617d3d08caf0c7658b9c1d8c485adb1 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 28 Jan 2012 14:56:20 +1000 Subject: typo-- --- LuaSL/src/LuaSL_lemon_yaccer.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_lemon_yaccer.y') diff --git a/LuaSL/src/LuaSL_lemon_yaccer.y b/LuaSL/src/LuaSL_lemon_yaccer.y index f5b5981..73ef673 100644 --- a/LuaSL/src/LuaSL_lemon_yaccer.y +++ b/LuaSL/src/LuaSL_lemon_yaccer.y @@ -85,7 +85,7 @@ statement(A) ::= LSL_WHILE(F) LSL_PARENTHESIS_OPEN(L) expr(E) LSL_PARENTHESIS_CL %nonassoc LSL_LABEL. statement(A) ::= LSL_LABEL(F) LSL_IDENTIFIER(I) LSL_STATEMENT(S). { A = addStatement(compiler, S, F->token->type, NULL, NULL, NULL, NULL, I); } -// This might be bogus, or might be valid LSL, but it let us test the expression parser by evaluating them. +// This might be bogus, or might be valid LSL, but it lets us test the expression parser by evaluating them. statement(A) ::= expr(E) LSL_STATEMENT(S). { A = addStatement(compiler, S, LSL_EXPRESSION, NULL, E, NULL, NULL, NULL); } // Various forms of expression. -- cgit v1.1