Searched defs:LexerResult (Results 1 – 1 of 1) sorted by relevance
59 pub type LexerResult<T> = Result<T, LexerError>; typedef153 fn skip_c_comment(&mut self) -> LexerResult<()> { in skip_c_comment()191 fn skip_comment(&mut self) -> LexerResult<()> { in skip_comment()205 pub fn skip_ws(&mut self) -> LexerResult<()> { in skip_ws()274 fn next_char_expect_eq(&mut self, expect: char) -> LexerResult<()> { in next_char_expect_eq()395 fn next_decimal_digits(&mut self) -> LexerResult<()> { in next_decimal_digits()429 fn next_float_lit(&mut self) -> LexerResult<()> { in next_float_lit()