v0.3.0 #1
@ -169,7 +169,7 @@ impl<'t> Lexer<'t> {
|
||||
}
|
||||
fn greater(&mut self) -> Option<Token<'t>> {
|
||||
match self.peek() {
|
||||
Some('>') => self.then().emit(TokenKind::Lsh),
|
||||
Some('>') => self.then().emit(TokenKind::Rsh),
|
||||
_ => todo!("greater"),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user