From 4fe74c2533021b47a308fb44ad9ec1202f7b2da9 Mon Sep 17 00:00:00 2001 From: Himbeer Date: Sun, 15 Sep 2024 18:04:48 +0200 Subject: Add AST data structures for (sub)units and top-level declarations --- src/parse.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/parse.c (limited to 'src') 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" -- cgit v1.2.3