Changeset 2501ae5
- Timestamp:
- Jan 11, 2021, 2:22:31 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b66d14a
- Parents:
- 64aeca0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r64aeca0 r2501ae5 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jan 10 17:41:00202113 // Update Count : 46 2512 // Last Modified On : Mon Jan 11 14:14:16 2021 13 // Update Count : 4630 14 14 // 15 15 … … 1545 1545 | cfa_function_declaration 1546 1546 | type_declaring_list 1547 { SemanticError( yylloc, "otype declaration is currently unimplemented." ); $$ = nullptr; } 1547 1548 | trait_specifier 1548 1549 ; … … 2460 2461 { $$ = TypeDecl::Dtype; } 2461 2462 | '*' 2462 { $$ = TypeDecl::Dtype; } 2463 { $$ = TypeDecl::Dtype; } // dtype + sized 2463 2464 | ELLIPSIS 2464 2465 { $$ = TypeDecl::Ttype; }
Note: See TracChangeset
for help on using the changeset viewer.