Skip to main content

parse

Function parse 

Source
pub fn parse(source: &str, language: Language) -> Result<Kernel, CompileError>
Expand description

Parse source code in the given language and produce an HIR kernel.

ยงErrors

Returns CompileError if parsing fails.