Esempio n. 1
0
 // Default semantic action used when no action is specified in the rule.
 private void DoDefaultAction() {
     yyval = _stack.PeekValue(1);
 }
Esempio n. 2
0
 // Default semantic action used when no action is specified in the rule.
 private void DoDefaultAction()
 {
     yyval = _stack.PeekValue(1);
 }