Pointer dereference through operator STAR.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 20:46:58 +01:00
parent 5e719dbadf
commit 49893a04a0

View File

@ -80,7 +80,7 @@ numeric:
NUMBER | FLOAT
;
variable:
ID | ARTICLE ID
ID | ARTICLE ID | ARTICLE STAR ID | STAR ID
;
assign_stmt:
ID ASSIGN expression