Skip to content

Commit

Permalink
Merge pull request #19 from pepplejoshua/analysis
Browse files Browse the repository at this point in the history
Init Push for Branch
  • Loading branch information
pepplejoshua authored Jun 2, 2023
2 parents 6925859 + 99bf0c4 commit a38025e
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 a38025e

Please sign in to comment.