Ignore:
Timestamp:
Jun 8, 2023, 3:19:43 PM (12 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT
Parents:
044ae62
Message:

Finish Adt POC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r044ae62 rfa2c005  
    111111    virtual const ast::Type *             visit( const ast::TraitInstType        * ) = 0;
    112112    virtual const ast::Type *             visit( const ast::TypeInstType         * ) = 0;
     113    virtual const ast::Type *             visit( const ast::AdtInstType          * ) = 0;
    113114    virtual const ast::Type *             visit( const ast::TupleType            * ) = 0;
    114115    virtual const ast::Type *             visit( const ast::TypeofType           * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.