[][src]Function brainfuck::parser::parse

pub fn parse<T>(i: T) -> Result<Block, Err<T, u32>> where
    T: InputTake + InputTakeAtPosition + InputLength + AtEof + Compare<&'static str> + Copy + PartialEq,
    &'static str: FindToken<<T as InputTakeAtPosition>::Item>,