Skip to content

Commit

Permalink
Merge pull request #45 from zirco-lang/code-splitting
Browse files Browse the repository at this point in the history
split some code into separate modules
  • Loading branch information
thetayloredman authored Oct 12, 2023
2 parents e94cca0 + 59d486a commit a9f8a4a
Show file tree
Hide file tree
Showing 10 changed files with 2,315 additions and 2,259 deletions.
2 changes: 1 addition & 1 deletion compiler/zrc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() -> anyhow::Result<()> {
println!(
"{}",
zrc_codegen::cg_program(
zrc_typeck::type_program(
zrc_typeck::typeck::type_program(
zrc_parser::parser::parse_program(&content).context("parser error")?
)
.context("type checker error")?
Expand Down
Loading

0 comments on commit a9f8a4a

Please sign in to comment.