#include "tree.h"#include "../utils/FormatableString.h"#include <ostream>
Go to the source code of this file.
Namespaces | |
| namespace | Aseba |
Functions | |
| std::string | Aseba::binaryOperatorToString (AsebaBinaryOperator op) |
| Return the string corresponding to the binary operator. | |
| std::string | Aseba::unaryOperatorToString (AsebaUnaryOperator op) |
| Return the string corresponding to the unary operator. | |