Trilogy Parser#
Implements the parser for Trilogy, which consumes tokens generated by trilogy-scanner.
This is a handwritten recursive descent parser which is highly tied to the structure of
the AST defined in this crate.
Implements the parser for Trilogy, which consumes tokens generated by trilogy-scanner.
This is a handwritten recursive descent parser which is highly tied to the structure of
the AST defined in this crate.