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