Skip to content

Commit

Permalink
Init Push for Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pepplejoshua committed Jun 2, 2023
1 parent c3c0a17 commit 99bf0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ use frontend::{
lexer::Lexer,
parser::Parser,
source::{SourceFile, SourceReporter},
token::Token,
};
use ir8::{lowir::LowIRModule, tomato::Tomato};
use serde::Deserialize;

use crate::frontend::token::Token;

mod frontend;
mod ir8;
mod pastel;
Expand Down

0 comments on commit 99bf0c4

Please sign in to comment.