From 017ec3b6dc3e1badd9bb9505029802c6f6986c4b Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 25 Mar 2025 16:22:45 +0300 Subject: Add some cool features - I absolutely forgot about # and :, but now fortunately it's a fixed problem - Add -d flag so 3cl will dump its state after executing --- cccl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cccl.c') 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(); } -- cgit 1.4.1