Example #1
0
 void NaturalLanguageProcessor.PerformSyntacticProcess(string behaviorExpression, Taker <GrammarBlock> listener)
 {
     helper.CountUp();
     clientProcessor.PerformSyntacticProcess(behaviorExpression, new CountingTaker <GrammarBlock> {
         helper = helper, clientTaker = listener
     });
 }