MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/ast/ast.h>
Public Member Functions | |
virtual void | bind (Scopes &) const =0 |
virtual void | emit (Emitter &) const =0 |
Public Member Functions inherited from mim::ast::Decl | |
Ref | def () const |
Public Member Functions inherited from mim::ast::Node | |
Loc | loc () const |
virtual std::ostream & | stream (Tab &, std::ostream &) const =0 |
void | dump () const |
Protected Member Functions | |
ValDecl (Loc loc) | |
Protected Member Functions inherited from mim::ast::Decl | |
Decl (Loc loc) | |
Protected Member Functions inherited from mim::ast::Node | |
Node (Loc loc) | |
virtual | ~Node () |
Additional Inherited Members | |
Protected Attributes inherited from mim::ast::Decl | |
Ref | def_ = nullptr |
|
pure virtual |
Implemented in mim::ast::AxiomDecl, mim::ast::CDecl, mim::ast::LetDecl, and mim::ast::RecDecl.
|
pure virtual |
Implemented in mim::ast::AxiomDecl, mim::ast::CDecl, mim::ast::LetDecl, and mim::ast::RecDecl.