hmm
This commit is contained in:
parent
0c30f0022d
commit
d7795e52f9
10 changed files with 276 additions and 31 deletions
|
|
@ -6,6 +6,7 @@ use crate::{parser::parser, tokens::Token};
|
|||
mod tokens;
|
||||
mod ast;
|
||||
mod parser;
|
||||
mod code_generation;
|
||||
|
||||
fn main() {
|
||||
let lexer = Token::lexer("(1 + 1) * 3");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue