# Functions

NewParser constructs a recursive descent parser and compiles the input of the lexer.

# Structs

Parser is a recursive decent parser for boolean expressions.