Ignore:
Timestamp:
Apr 11, 2024, 3:43:48 PM (2 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b78c54f
Parents:
c4024b46
Message:

notZeroExpr (in the parser) has become createCondExpr (in the resolver). A small part of this, with expressions, had been done previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parserutility.h

    rc4024b46 rab780e6  
    1717
    1818#include "AST/Copy.hpp"            // for shallowCopy
    19 namespace ast {
    20         class Expr;
    21 }
    22 
    23 ast::Expr * notZeroExpr( const ast::Expr *orig );
    2419
    2520template< typename T >
Note: See TracChangeset for help on using the changeset viewer.