Skip to main content

Crate ocas_parse

Crate ocas_parse 

Source
Expand description

Parser and printer for oCAS expressions.

This crate provides a logos-based lexer and a small recursive-descent parser that turns text into ocas_atom::Atom expression trees.

Re-exports§

pub use parser::ParseError;
pub use parser::parse;

Modules§

lexer
Lexer for oCAS expression syntax.
parser
Recursive-descent parser for oCAS expressions.