safe commit, because actually reading about good practices now, so rework incomming uwu
This commit is contained in:
parent
05ebc02909
commit
2f99969f12
9 changed files with 57 additions and 20 deletions
|
|
@ -4,9 +4,9 @@ use logos::Logos;
|
|||
use crate::{parser::parser, tokens::Token};
|
||||
|
||||
mod tokens;
|
||||
mod ast;
|
||||
mod language_frontend;
|
||||
mod parser;
|
||||
mod code_generation;
|
||||
mod llvm_backend;
|
||||
|
||||
fn main() {
|
||||
let lexer = Token::lexer("(1 + 1) * 3");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue