Exemplo n.º 1
0
 public override void EnterRhs1(BisonParser.Rhs1Context context)
 {
     rhs = new List <List <string> >
     {
         new List <string>()
     };
 }
Exemplo n.º 2
0
 public override void ExitRhs1(BisonParser.Rhs1Context context)
 {
     rhs.Add(new List <string>());
 }