#include "function.hpp" namespace token { void token_ProcInfo(const std::string &text, std::vector<lex::Token> &tokens) { code.print(); } }