Expand description
Recursive-descent parser for oCAS expressions.
Parses the token stream produced by crate::lexer into an
ocas_atom::Atom expression tree allocated in the provided arena.
Enums§
- Parse
Error - Errors that can occur while parsing an expression.