cl-token: Flatten TokenKind into a single enum (wow!)
This commit is contained in:
@@ -10,4 +10,4 @@ pub mod token_type;
|
||||
|
||||
pub use token::Token;
|
||||
pub use token_data::TokenData;
|
||||
pub use token_type::{Punct, TokenKind};
|
||||
pub use token_type::TokenKind;
|
||||
|
||||
Reference in New Issue
Block a user