added github as repo
This commit is contained in:
parent
2f99969f12
commit
e769b891ab
9 changed files with 24 additions and 114 deletions
|
|
@ -1,12 +1,9 @@
|
|||
use chumsky::Parser;
|
||||
use logos::Logos;
|
||||
|
||||
use crate::{parser::parser, tokens::Token};
|
||||
use crate::{language_frontend::parser::parser, language_frontend::tokens::Token};
|
||||
|
||||
mod tokens;
|
||||
mod language_frontend;
|
||||
mod parser;
|
||||
mod llvm_backend;
|
||||
|
||||
fn main() {
|
||||
let lexer = Token::lexer("(1 + 1) * 3");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue