Expr ArraySubscript -> ArrayAccess {cons(“ArrayAccess”)}
“[" Expr "]” -> ArraySubscript {bracket}

The ArraySubscript is a hack for the lack of priorities on specific arguments in the current SDF. Remove this ArraySubscript and improve the priorities if this features is available in SDF.

Submitted on 3 May 2005 at 01:43

Log in to post comments