aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-18 12:47:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-03-18 12:47:07 -0400
commitdf2e01c15e0ff44aaf60589095aba75669b110d7 (patch)
treefcc1a380042adf57ba1f5f003c4d45c6cb698717 /compile.c
parent5f3dac786c6b27f04d5cf7f27ea994135d26041e (diff)
Add some better file comments
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index e1537c7d..d55560ef 100644
--- a/compile.c
+++ b/compile.c
@@ -1,4 +1,4 @@
-
+// Compilation logic
#include <ctype.h>
#include <gc/cord.h>
#include <gc.h>