From 49893a04a02d6835bc85ba5ae3e8c389a2bae52e Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 20:46:58 +0100 Subject: [PATCH] Pointer dereference through operator STAR. --- Monicelli.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monicelli.y b/Monicelli.y index af2f621..5d431f7 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -80,7 +80,7 @@ numeric: NUMBER | FLOAT ; variable: - ID | ARTICLE ID + ID | ARTICLE ID | ARTICLE STAR ID | STAR ID ; assign_stmt: ID ASSIGN expression