public ParserFunction() { m_impl = this; }
public static void AddFunction(string name, ParserFunction function) { m_functions[name] = function; }