Function parse_owml_str

Source
pub fn parse_owml_str(input: &str) -> IResult<&str, OType<'_>>
Expand description

This is the main frontend parser for Owen’s Markup Language.

§Language specification

The language specification for Owen’s Markup Language can be found here.

§Using the parser

All documentation for using this parser can be found here.