about summary refs log tree commit diff
path: root/cccl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cccl.c')
-rw-r--r--cccl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cccl.c b/cccl.c
index 234fa7e..cd952d1 100644
--- a/cccl.c
+++ b/cccl.c
@@ -16,4 +16,6 @@ void cccl(struct cccl_File file)
 
     struct cccl_Variables scope = {0};
     cccl_execute(parsed, &scope, 0);
+    if (dump)
+        cccl_dump();
 }