aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Converter/src/main.c')
-rw-r--r--Converter/src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Converter/src/main.c b/Converter/src/main.c
index 4e65cb0..58dd1b4 100644
--- a/Converter/src/main.c
+++ b/Converter/src/main.c
@@ -14,5 +14,9 @@ int main(int argc, char *argv[])
fputs("Running header test (how does compile_string handle # headers?)\n", stderr);
test_compile_line_header_depth();
}
+ else
+ {
+ puts(compile_line(argv[1], strnlen(argv[1], 1024), "<stdin>"));
+ }
}
}