Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Nov 10, 2022
1 parent 4c42e1b commit b7265d6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/codegen/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod db;
pub mod sonatina;
pub mod yul;
1 change: 1 addition & 0 deletions crates/codegen/src/sonatina/ir_builder/function.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions crates/codegen/src/sonatina/ir_builder/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pub mod function;
pub mod module;
1 change: 1 addition & 0 deletions crates/codegen/src/sonatina/ir_builder/module.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions crates/codegen/src/sonatina/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod ir_builder;

0 comments on commit b7265d6

Please sign in to comment.