Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Node.hpp

    r14cebb7a rfdbd4fd  
    133133        operator const node_t * const() const { return node; }
    134134
     135        template<typename o_node_t>
     136        const o_node_t * as() const { return dynamic_cast<o_node_t *>(node); }
     137
    135138        using ptr = const node_t *;
    136139
Note: See TracChangeset for help on using the changeset viewer.