Algebra.Core.Grammar.Parser.Parser C# (CSharp) 메소드

Parser() 공개 메소드

public Parser ( bool trimReductions ) : System
trimReductions bool
리턴 System
        public Parser(bool trimReductions)
        {
            parser = new GOLD.Engine.Parser();
            parser.TrimReductions = trimReductions;

            InitEvents();
        }