summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-03-17 02:26:25 +0100
committerkdx <kdx@42l.fr>2023-03-17 02:26:25 +0100
commit4160e9650bcfe7449beb150cdf8196b768a92eb3 (patch)
tree14d4e2d4131d3c7a198466ba899efa5978808686 /scope.h
parenta60f03db9ef3eb65b8898a9bf0ad70fbc2d2cc53 (diff)
downloadgolem-4160e9650bcfe7449beb150cdf8196b768a92eb3.tar.gz
extract scope
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scope.h b/scope.h
new file mode 100644
index 0000000..96ab8cb
--- /dev/null
+++ b/scope.h
@@ -0,0 +1,4 @@
+#pragma once
+#include "token.h"
+
+void scope_extract(Token *list);