do: Elaborate on pattern syntax, add binary as operator
				
					
				
			This commit is contained in:
		@@ -220,6 +220,7 @@ impl<'t> Lexer<'t> {
 | 
			
		||||
        let token = self.produce(TKind::Identifier);
 | 
			
		||||
        Ok(Token {
 | 
			
		||||
            kind: match token.lexeme.as_str() {
 | 
			
		||||
                "as" => TKind::As,
 | 
			
		||||
                "break" => TKind::Break,
 | 
			
		||||
                "const" => TKind::Const,
 | 
			
		||||
                "do" => TKind::Do,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user