Skip to content

Commit

Permalink
fixed a bug i think
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-gaffney committed Jun 26, 2023
1 parent a7454f4 commit 5782291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo build --features=llvm-sys/prefer-dynamic
3 changes: 1 addition & 2 deletions sloth/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub mod analysis;
pub mod codegen;
pub mod lexer;
pub mod parser;
pub mod sloth_std;
pub mod symtable;

use std::{env, fs};
Expand All @@ -24,7 +23,7 @@ use parser::AstParser;
use symtable::{Symbol, SymbolTable};

use crate::analysis::analyze;
use crate::parser::graph::GraphBuilder;

use crate::symtable::Type;

fn main() {
Expand Down

0 comments on commit 5782291

Please sign in to comment.