GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
This is the complete list of members for While, including all inherited members.
accept(StmtVisitor &visitor) override | While | inlinevirtual |
body | While | private |
condition | While | private |
getBody() const | While | inline |
getCondition() const | While | inline |
While(const std::shared_ptr< Expr > &condition, const std::shared_ptr< Stmt > &body) | While | inline |