pub fn parse(src: &SourceParts, d: Rules) -> Result<Vec<Expr>>
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.
⋄
d
⎕IO
⎕CT