Class Parser


public class Parser extends Object
Recursive descent parser for the YaLCC language. Constructs a parse tree based on the provided lexical analyzer. Each parsing method corresponds to a grammar production.