aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-15 18:04:48 +0200
committerHimbeer <himbeer@disroot.org>2024-09-15 18:18:53 +0200
commit4fe74c2533021b47a308fb44ad9ec1202f7b2da9 (patch)
tree7d7b1d3ca7a7e82ac72b187ea71a14a2fbd26047 /src
parent765155fa86f03e7779ac450455fa46c954f41a3b (diff)
Add AST data structures for (sub)units and top-level declarations
Diffstat (limited to 'src')
-rw-r--r--src/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.c b/src/parse.c
new file mode 100644
index 0000000..406752d
--- /dev/null
+++ b/src/parse.c
@@ -0,0 +1 @@
+#include "parse.h"