mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
start SOA parser interface
This commit is contained in:
parent
fc628cfc89
commit
addfd8d9e8
2 changed files with 59 additions and 0 deletions
|
@ -20,6 +20,7 @@ mod syntax_kind;
|
|||
mod event;
|
||||
mod parser;
|
||||
mod grammar;
|
||||
mod tokens;
|
||||
|
||||
pub(crate) use token_set::TokenSet;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue