Exemplo n.º 1
0
 public cs0syntax(YyParser syms, ErrorHandler erh)
     : base(syms, (Lexer) new cs0tokens(erh))
 {
 }
Exemplo n.º 2
0
 public cs0syntax(YyParser syms)
     : base(syms, (Lexer) new cs0tokens())
 {
 }