public PascalParserTD(Scanner scanner)
     : base(scanner)
 {
 }
Example #2
0
 protected Parser(Scanner Scanner)
 {
     this.Scanner = Scanner;
     this.IntermediateCode = null;
 }