Beispiel #1
0
        public static void BeamBranchTesting()
        {
            var b = new BeamGenerator();

            b.Push(new InputPhraseEvent("x"));
            b.Pop();
            b.Push(new InputPhraseEvent("y"));
            b.PushSelf();
        }