Root class for all statement AST nodes in the Cellular Automata grammar. More...
#include <ast.hh>


Public Member Functions | |
| virtual uint16_t | interpret (Interpreter::State &)=0 |
| Interpret this node, updating the given interpreter step and returning the value (if there is one). | |
| virtual llvm::Value * | compile (Compiler::State &)=0 |
| Compile this node, returning the LLVM value representing the result, if there is one. | |
Root class for all statement AST nodes in the Cellular Automata grammar.
1.8.8