Changeset 6e50a6b for src/Parser/ParseNode.h
- Timestamp:
- Jun 18, 2021, 12:20:59 PM (2 years ago)
- Branches:
- ADT, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c7d8696a
- Parents:
- dcbfcbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rdcbfcbc r6e50a6b 183 183 184 184 NameExpr * build_varref( const std::string * name ); 185 DimensionExpr * build_dimensionref( const std::string * name ); 185 186 186 187 Expression * build_cast( DeclarationNode * decl_node, ExpressionNode * expr_node );
Note: See TracChangeset
for help on using the changeset viewer.