pub fn parse_code(path: &PathBuf, environment: Environment) -> LangExpand description
Parse code and return the AST (legacy behavior, ignores syntax errors)
pub fn parse_code(path: &PathBuf, environment: Environment) -> LangParse code and return the AST (legacy behavior, ignores syntax errors)