Changes between Version 81 and Version 82 of IR
- Timestamp:
- 11/28/15 11:13:33 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IR
v81 v82 27 27 program: block ; 28 28 block: typedef* vardecl* fundef* statement+ ; 29 statement: (ID ':')? (simpleStmt | chooseStmt | blockStmt) ; 29 statement: blockStmt | basicStmt ; 30 basicStmt: (ID ':')? (simpleStmt | chooseStmt) ; 30 31 simpleStmt: (guardedStmt | primitiveStmt) ('goto' ID)? ; 31 32 guardedStmt: 'when' expr 'do' primitiveStmt ;
