GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
This is the complete list of members for Binary, including all inherited members.
accept(ExprVisitor &visitor) override | Binary | inlinevirtual |
Binary(std::shared_ptr< Expr > left, Token op, std::shared_ptr< Expr > right) | Binary | inline |
getLeft() const | Binary | inline |
getOp() const | Binary | inline |
getRight() const | Binary | inline |
left | Binary | private |
op | Binary | private |
right | Binary | private |