This commit is contained in:
2024-05-27 01:57:17 +03:00
parent 93b1fe5979
commit 8906315af7
9 changed files with 117 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ use types::{token::Token, token::TokenType, Loc};
mod types;
pub mod types;
pub struct Parser {
tokens: Vec<Token>,