Function cpclib_basic::parser::parse_atn

source ·
pub fn parse_atn(
    input: &str
) -> IResult<&'_ str, Vec<BasicToken>, VerboseError<&'_ str>>