Add the COMMA token to the pascal parser.

I guess I forgot I needed to keep token numbers in sync between pascal and
qc/ruamoko.
This commit is contained in:
Bill Currie 2012-10-26 19:06:10 +09:00
parent 72045f1a5b
commit 52b9721027

View file

@ -103,6 +103,7 @@ int yylex (void);
%nonassoc CLASS_NOT_CATEGORY
%nonassoc STORAGEX
%left COMMA
%right <op> '=' ASX PAS /* pointer assign */
%right '?' ':'
%left OR