Ignore:
Timestamp:
Mar 14, 2025, 3:44:30 AM (6 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
e48aca8
Parents:
6cb3e5d (diff), 8b639f9 (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

    r6cb3e5d r6f9f338  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Mar  2 18:46:32 2025
    13 // Update Count     : 7253
     12// Last Modified On : Thu Mar 13 09:23:21 2025
     13// Update Count     : 7255
    1414//
    1515
     
    16241624                { SemanticError( yylloc, "illegal syntax, missing low/high value for ascending/descending range so index is uninitialized." ); $$ = nullptr; }
    16251625
    1626         | comma_expression ';' type_type_specifier                                              // CFA, enum type
     1626        | comma_expression ';' type_type_specifier                      // CFA, enum type
    16271627                {
    16281628                        $$ = enumRangeCtrl( $1, OperKinds::LEThan, new ExpressionNode( new ast::TypeExpr( yylloc, $3->clone()->buildType() ) ), $3 );
Note: See TracChangeset for help on using the changeset viewer.