Skip to main content

Module parse_expr

Module parse_expr 

Source
Expand description

Formula expressions. Precedence, loosest first: ->, |, &, prefix !, modality.

Structsยง

Parser
A cursor over tokens. Shared by the expression parser (this task) and the section parser (Task 4).