Changeset 6f9f338 for src/Parser/parser.yy
- Timestamp:
- Mar 14, 2025, 3:44:30 AM (6 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r6cb3e5d r6f9f338 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Mar 2 18:46:32202513 // Update Count : 725 312 // Last Modified On : Thu Mar 13 09:23:21 2025 13 // Update Count : 7255 14 14 // 15 15 … … 1624 1624 { SemanticError( yylloc, "illegal syntax, missing low/high value for ascending/descending range so index is uninitialized." ); $$ = nullptr; } 1625 1625 1626 | comma_expression ';' type_type_specifier 1626 | comma_expression ';' type_type_specifier // CFA, enum type 1627 1627 { 1628 1628 $$ = enumRangeCtrl( $1, OperKinds::LEThan, new ExpressionNode( new ast::TypeExpr( yylloc, $3->clone()->buildType() ) ), $3 );
Note:
See TracChangeset
for help on using the changeset viewer.