Changeset 9ddcee1 for src/Parser
- Timestamp:
- Feb 1, 2024, 5:13:04 PM (13 months ago)
- Branches:
- master
- Children:
- 020fa10
- Parents:
- 496ffc17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ExpressionNode.cc
r496ffc17 r9ddcee1 690 690 } // build_unary_val 691 691 692 ast::Expr * build_enum_pos_expr( const CodeLocation & location, ast::Expr * expr_node ) {693 // return nullptr694 return new ast::EnumPosExpr( location, std::move( expr_node ) );695 }696 697 692 ast::Expr * build_binary_val( const CodeLocation & location, 698 693 OperKinds op,
Note: See TracChangeset
for help on using the changeset viewer.