[][src]Function spdl::process_spdl

pub fn process_spdl(spdl: &str) -> Result<SPDLParser, Vec<String>>

This turns SPDL code into an SPDL parser. If that fails, it returns an Err value containing a vector of errors.