Ignore:
Timestamp:
Jul 14, 2017, 12:22:30 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6ea87486, b706db1
Parents:
eb2fe4f (diff), 24fc196 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    reb2fe4f r4b234f0  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 12 18:23:36 2017
    13 // Update Count     : 2426
     12// Last Modified On : Thu Jul 13 14:38:54 2017
     13// Update Count     : 2431
    1414//
    1515
     
    939939
    940940with_statement:
    941         WITH identifier_list compound_statement
     941        WITH '(' tuple_expression_list ')' compound_statement
    942942                { $$ = (StatementNode *)0; }                                    // FIX ME
    943943        ;
     
    22222222        // empty
    22232223                { $$ = (StatementNode *)0; }                                    // FIX ME
    2224         | WITH identifier_list
     2224        | WITH '(' tuple_expression_list ')'
    22252225                { $$ = (StatementNode *)0; }                                    // FIX ME
    22262226        ;
Note: See TracChangeset for help on using the changeset viewer.