public void UnambigousGrammarTest()
        {
            var context = new WithLocalScope();

            Language.Parse(context, "foo");
        }
 public void UnambigousGrammarTest()
 {
     var context = new WithLocalScope();
     Language.Parse(context, "foo");
 }