Function parse_hdl

Source
pub fn parse_hdl(text: &str) -> Result<Chip, HDLParseError>
Expand description

parse_hdl will consume text and return Result<Chip, Error> depending on if it can successfully be parsed