Changeset 9306559f for src/Parser
- Timestamp:
- Mar 5, 2020, 5:50:54 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e6cfa8ff
- Parents:
- dfa4360
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
rdfa4360 r9306559f 1262 1262 | SUSPEND ';' 1263 1263 { $$ = new StatementNode( build_suspend( nullptr ) ); } 1264 | SUSPEND compound_statement ';'1264 | SUSPEND compound_statement 1265 1265 { $$ = new StatementNode( build_suspend( $2 ) ); } 1266 1266 | SUSPEND COROUTINE ';'
Note: See TracChangeset
for help on using the changeset viewer.