Ignore:
Timestamp:
May 15, 2019, 3:41:08 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
69bafd2
Parents:
264e691
Message:

First draft of ast::Type with subclasses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Visitor.hpp

    r264e691 r9e1d485  
    104104    virtual Type *             visit( const TupleType            * ) = 0;
    105105    virtual Type *             visit( const TypeofType           * ) = 0;
    106     virtual Type *             visit( const AttrType             * ) = 0;
    107106    virtual Type *             visit( const VarArgsType          * ) = 0;
    108107    virtual Type *             visit( const ZeroType             * ) = 0;
Note: See TracChangeset for help on using the changeset viewer.