internal: move all the lexing to the parser crate
This commit is contained in:
@@ -48,7 +48,6 @@ use text_edit::Indel;
|
||||
|
||||
pub use crate::{
|
||||
ast::{AstNode, AstToken},
|
||||
parsing::lexer::{lex_single_syntax_kind, tokenize, Token},
|
||||
ptr::{AstPtr, SyntaxNodePtr},
|
||||
syntax_error::SyntaxError,
|
||||
syntax_node::{
|
||||
|
||||
Reference in New Issue
Block a user