Actually just three programming languages in a trenchcoat
README.md

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.