You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attila Sukosd edited this page Mar 15, 2013
·
1 revision
The old GC AST available within the PVE takes the following
non-terminals as primitives: Identifier, Literal, UnaryOp, BinOp,
Function. The first four of these are supersets of the corresponding
non-terminals in the Java AST. The guarded command non-terminal
variable includes every Java variable, field, and label, as well as
some variables introduced by the translation. The non-terminal
Function includes the functions described in the Logic of ESC/Java.