aboutsummaryrefslogtreecommitdiff
path: root/bxl_tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'bxl_tokens.h')
-rw-r--r--bxl_tokens.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bxl_tokens.h b/bxl_tokens.h
new file mode 100644
index 0000000..b769038
--- /dev/null
+++ b/bxl_tokens.h
@@ -0,0 +1,5 @@
+extern const char *bxl_cmds[];
+extern const int bxl_cmd_size;
+
+extern const char *bxl_ops[];
+extern const int bxl_ops_size;