parse_executable

Function parse_executable 

Source
pub fn parse_executable(
    s: &str,
) -> Result<LanguageExpression<'_>, LambdaParseError>
Expand description

A function which maps strings to language of thought expressions. Crucially, it automatically performs all lambda reductions.