ast: Add use, tackle remaining low-hanging fruit
This commit is contained in:
@@ -82,12 +82,15 @@ pub enum TKind {
|
||||
Macro,
|
||||
Match,
|
||||
Module,
|
||||
Mut,
|
||||
Or,
|
||||
Public,
|
||||
Return,
|
||||
Static,
|
||||
Struct,
|
||||
True,
|
||||
Type,
|
||||
Use,
|
||||
While,
|
||||
|
||||
Identifier, // or Keyword
|
||||
|
||||
Reference in New Issue
Block a user