From a6db3bf0dc5d69e7980384015a509498f07db0f0 Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 7 Nov 2017 18:31:59 -0500 Subject: Move translation to analysis module --- src/semantic/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/semantic/mod.rs') diff --git a/src/semantic/mod.rs b/src/semantic/mod.rs index afc56ef..5fe773c 100644 --- a/src/semantic/mod.rs +++ b/src/semantic/mod.rs @@ -3,8 +3,10 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +pub mod analysis; pub mod environment; pub mod frame; +pub mod ir; pub mod temp; pub mod translate; pub mod types; -- cgit v1.2.3