pub fn parse_python(source: &str) -> Result<Kernel, CompileError>
Parse a Python kernel source string into an HIR Kernel.
Returns CompileError::ParseError if the source cannot be parsed.
CompileError::ParseError