diff options
author | John Hodge (sonata) <tpg@mutabah.net> | 2015-01-18 23:09:47 +0800 |
---|---|---|
committer | John Hodge (sonata) <tpg@mutabah.net> | 2015-01-18 23:09:47 +0800 |
commit | b9c87bb2778ead7f353049e7078672f9a6f61f25 (patch) | |
tree | e7fa77feb4365ed6cc014b5e849eed495d40e738 /src/main.cpp | |
parent | 99da72da61653582d8e98075a7b3a03c36fc1976 (diff) | |
download | mrust-b9c87bb2778ead7f353049e7078672f9a6f61f25.tar.gz |
Starting on (framework) for in-function inferrence
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 )
{
|