Skip to main content

Module parser

Module parser 

Source
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§

ParseError
Errors that can occur while parsing an expression.

Functions§

parse
Parse an expression string into an Atom.