Esempio n. 1
0
 public Parser(Scaner sc)
 {
     this.scan = sc;
     this.tree = new Syntax.Root();
     this.logger = new Logger();
     this.tstack = new Symbols.StackTable();
     this.InitTableStack();
 }
Esempio n. 2
0
 public Parser(Scaner sc)
 {
     this.scan   = sc;
     this.tree   = new Syntax.Root();
     this.logger = new Logger();
     this.tstack = new Symbols.StackTable();
     this.InitTableStack();
 }