- Timestamp:
- Jul 20, 2021, 11:03:34 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bf5eeb2
- Parents:
- 7056f56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r7056f56 r8f6f3729 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jul 14 17:27:54 202113 // Update Count : 503 012 // Last Modified On : Tue Jul 20 22:03:04 2021 13 // Update Count : 5031 14 14 // 15 15 … … 1923 1923 1924 1924 vtable: 1925 VTABLE '(' type def_name ')' default_opt1925 VTABLE '(' type_name ')' default_opt 1926 1926 { $$ = DeclarationNode::newVtableType( $3 ); } 1927 1927 // { SemanticError( yylloc, "vtable is currently unimplemented." ); $$ = nullptr; }
Note: See TracChangeset
for help on using the changeset viewer.