Ignore:
Timestamp:
Mar 5, 2020, 5:50:54 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fixed small errors in generators code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    rdfa4360 r9306559f  
    12621262        | SUSPEND ';'
    12631263                { $$ = new StatementNode( build_suspend( nullptr ) ); }
    1264         | SUSPEND compound_statement ';'
     1264        | SUSPEND compound_statement
    12651265                { $$ = new StatementNode( build_suspend( $2 ) ); }
    12661266        | SUSPEND COROUTINE ';'
Note: See TracChangeset for help on using the changeset viewer.