parse_executable

Function parse_executable 

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

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