Exemple #1
0
        public void Parse(string text)
        {
            var context = new Lr1DragonBookSample();

            Language.Parse(context, text);
        }
 public void Parse(string text)
 {
     var context = new Lr1DragonBookSample();
     Language.Parse(context, text);
 }