aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser
diff options
context:
space:
mode:
authorChimrod <>2023-10-25 22:23:06 +0200
committerChimrod <>2023-10-25 22:23:06 +0200
commitfc235a1d2b7f10e6b5b1d7ed4328e2f9f7714171 (patch)
tree99530ff84778167ed02b267dbc1ef7f9c1aff2ac /lib/qparser
parent319c1e4474f4fefde688720b78e8abf315513a32 (diff)
Updated the documentation
Diffstat (limited to 'lib/qparser')
-rw-r--r--lib/qparser/idents.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/qparser/idents.mli b/lib/qparser/idents.mli
new file mode 100644
index 0000000..9330cc7
--- /dev/null
+++ b/lib/qparser/idents.mli
@@ -0,0 +1,3 @@
+(** Table of the keywords in the langage *)
+
+val keyword_table : (string, Tokens.token) Hashtbl.t