From b9c87bb2778ead7f353049e7078672f9a6f61f25 Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Sun, 18 Jan 2015 23:09:47 +0800 Subject: Starting on (framework) for in-function inferrence --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index c3952a35..3c2a2787 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,6 +96,7 @@ int main(int argc, char *argv[]) // - Typecheck statics and consts // - Typecheck + propagate functions // > Forward pass first + Typecheck_Expr(crate); if( strcmp(emit_type, "ast") == 0 ) { -- cgit v1.2.3