aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:43:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:43:59 -0400
commit41612254e459d321ed40945b1b77c0e8ee2a9550 (patch)
treeb3bd368afed4ee3a6ac1f2cb46c86dd39799a1c4 /src/compile/tables.h
parent4347eff736db4da9f8841793d63d282e694de080 (diff)
Add comments and pragmas
Diffstat (limited to 'src/compile/tables.h')
-rw-r--r--src/compile/tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compile/tables.h b/src/compile/tables.h
index 579c313f..7e29a926 100644
--- a/src/compile/tables.h
+++ b/src/compile/tables.h
@@ -1,3 +1,6 @@
+// This file defines how to compile tables
+#pragma once
+
#include "../ast.h"
#include "../environment.h"
#include "../stdlib/datatypes.h"