Ignore:
Timestamp:
Feb 1, 2024, 5:13:04 PM (5 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
020fa10
Parents:
496ffc17
Message:

Remove EnumPosExpr?, an early design that no longer used. The implementation of the feature has been replaced by ReplacePseudoFunc?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.cc

    r496ffc17 r9ddcee1  
    690690} // build_unary_val
    691691
    692 ast::Expr * build_enum_pos_expr( const CodeLocation & location, ast::Expr * expr_node ) {
    693         // return nullptr
    694         return new ast::EnumPosExpr( location, std::move( expr_node ) );
    695 }
    696 
    697692ast::Expr * build_binary_val( const CodeLocation & location,
    698693                OperKinds op,
Note: See TracChangeset for help on using the changeset viewer.