summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9ba04dd7..ce1bd3e7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -81,11 +81,11 @@ int main(int argc, char *argv[])
{
AST::Crate crate = Parse_Crate(infile);
- s << crate;
+ //s << crate;
// Resolve names to be absolute names (include references to the relevant struct/global/function)
ResolvePaths(crate);
- s << crate;
+ //s << crate;
// Typecheck / type propagate module (type annotations of all values)