pub fn parse(dsdl: &str) -> Result<Definition<'_>, Error>
Expand description

Attempts to parse the text of a DSDL file into an abstract syntax tree

Errors

This function returns an error if the DSDL has invalid syntax.