Ignore:
Timestamp:
Jan 8, 2025, 4:30:50 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
454aab2, 5a894e12
Parents:
f32448e
Message:

Added some code to the code generator for printing try statements in intermediate states.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/CodeGen/CodeGenerator.hpp

    rf32448e r550446f  
    106106        void postvisit( ast::ReturnStmt const * );
    107107        void postvisit( ast::ThrowStmt const * );
     108        void postvisit( ast::TryStmt const * );
    108109        void postvisit( ast::CatchClause const * );
     110        void postvisit( ast::FinallyClause const * );
    109111        void postvisit( ast::WaitForStmt const * );
    110112        void postvisit( ast::WithStmt const * );
Note: See TracChangeset for help on using the changeset viewer.