Exemplo n.º 1
0
 public PascalParserTD(Scanner scanner)
     : base(scanner)
 {
 }
Exemplo n.º 2
0
 protected Parser(Scanner Scanner)
 {
     this.Scanner = Scanner;
     this.IntermediateCode = null;
 }