Changeset 3bd9508 for src


Ignore:
Timestamp:
Mar 13, 2025, 9:22:04 AM (2 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3e91c6f9
Parents:
195f43d
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Parser/parser.yy

    r195f43d r3bd9508  
    1010// Created On       : Sat Sep  1 20:22:55 2001
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Feb 10 21:56:46 2025
    13 // Update Count     : 7252
     12// Last Modified On : Mon Mar  3 20:47:00 2025
     13// Update Count     : 7254
    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.