#include #include "Node.h" #include "parser/parser.h" using namespace std; void FunctionNode::process(FILE * out) { refptr params = m_children[2]; refptr type = m_children[1]; }