Move compile::Ctx to its own mod, compile::ctx::Ctx

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-05-20 14:51:30 -04:00
parent 9439dfda87
commit 499e09b254
6 changed files with 43 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
use crate::{
syn::{ast::*, op::BinOp, span::*},
compile::{
Ctx,
ctx::Ctx,
error::*,
ir,
visit::*,