public void Run(List<StillOneScriptCore.Parser.Lexer.Token> list) { var tmpContext = new SyntaxerContext(list); var tmpMainLeaf = new Syntaxer.SkeletonLeafs.FunctionLeafs.MainLeaf(tmpContext); tmpMainLeaf.Run(); mResult = tmpMainLeaf.Result; }
protected BaseLeaf(SyntaxerContext context) { mContext = context; }