Function stark::sail::parser::read_special[][src]

fn read_special(
    chars: &mut Peekable<Bytes<'_>>,
    acc: &mut Vec<u8>,
    reg: *mut Region,
    tbl: *mut SlHead
) -> Result<*mut SlHead, SlErrCode>
Expand description

Reads a special item from the input stream and creates a Sail object if appropriate