summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
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);