ZOMFG IT TOKENIZES!!11eleven

This commit is contained in:
Markus Hauschild
2013-05-31 22:20:31 +02:00
parent 2f0e5b08d3
commit 713b5078cd
3 changed files with 80 additions and 8 deletions

View File

@@ -9,6 +9,9 @@
%token_type {int}
// whitespace and comments
%type T_WHITESPACE {int}
%right T_ASSIGN.
%left T_EQUALS.
%left T_LESS.