[clever] r447 committed - - WS change

1 view
Skip to first unread message

cle...@googlecode.com

unread,
Jul 20, 2011, 9:39:29 PM7/20/11
to cleve...@googlegroups.com
Revision: 447
Author: felipensp
Date: Wed Jul 20 18:39:08 2011
Log: - WS change
http://code.google.com/p/clever/source/detail?r=447

Modified:
/trunk/src/parser.y

=======================================
--- /trunk/src/parser.y Thu May 19 09:10:58 2011
+++ /trunk/src/parser.y Wed Jul 20 18:39:08 2011
@@ -68,21 +68,21 @@
} // clever
}

-%token END 0 "end of file"
-%token EXIT "exit"
-%token TYPE "type specification"
-%token IDENT "identifier"
-%token NUM_INTEGER "number"
-%token NUM_DOUBLE "float-number"
-%token STR "string"
-%token ECHO "echo"
-%token IN "in"
-%token FOR "for"
-%token WHILE "while"
-%token IF "if"
-%token ELSE "else"
-%token ELSEIF "else if"
-%token LESS_EQUAL "<="
+%token END 0 "end of file"
+%token EXIT "exit"
+%token TYPE "type specification"
+%token IDENT "identifier"
+%token NUM_INTEGER "number"
+%token NUM_DOUBLE "float-number"
+%token STR "string"
+%token ECHO "echo"
+%token IN "in"
+%token FOR "for"
+%token WHILE "while"
+%token IF "if"
+%token ELSE "else"
+%token ELSEIF "else if"
+%token LESS_EQUAL "<="
%token GREATER_EQUAL ">="
%token LESS "<"
%token GREATER ">"

Reply all
Reply to author
Forward
0 new messages