Skip to main content

parse

Function parse 

Source
pub fn parse(src: &SourceParts, d: Rules) -> Result<Vec<Expr>>
Expand description

Parse an APL program (sentences separated by newlines or ) into IR statements. d is the dialect, resolved: ⎕IO, ⎕CT and the lineage settings the parser reads.