- Timestamp:
- Mar 13, 2025, 9:22:04 AM (2 weeks ago)
- Branches:
- master
- Children:
- 3e91c6f9
- Parents:
- 195f43d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Parser/parser.yy ¶
r195f43d r3bd9508 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Feb 10 21:56:46202513 // Update Count : 725 212 // Last Modified On : Mon Mar 3 20:47:00 2025 13 // Update Count : 7254 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.