Skip to main content

parse

Function parse 

Source
pub fn parse(_input: &str) -> Result<Extension, String>
Expand description

Parse an AXE-format SKILL.md into the IR.

ยงErrors

Returns an error if the frontmatter is missing required fields or the axe-version is unsupported.