feisty meow concerns codebase
2.140
|
#include "symbol_tree.h"
#include <basis/functions.h>
#include <structures/symbol_table.h>
#include <textual/parser_bits.h>
#include <textual/string_manipulation.h>
#include <loggers/program_wide_logger.h>
Go to the source code of this file.
Namespaces | |
nodes | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s) + a_sprintf(" [obj=%p]", this)) |
Functions | |
astring | nodes::hier_prefix (int depth, int kids) |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s) + a_sprintf(" [obj=%p]", this)) |
Definition at line 27 of file symbol_tree.cpp.