summaryrefslogtreecommitdiff
path: root/src/parser.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-10-27 22:42:37 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-11-03 08:11:05 -0600
commit2aea7ddbc092b03dbf07dce385786b9c5c16a881 (patch)
tree3c837d8e16cb52d1d7bb85ea4afc5ffb913a81d0 /src/parser.mli
parent6ced0e36b3f98675d82007f8c77193e2836c4b60 (diff)
downloadvyos1x-config-2aea7ddbc092b03dbf07dce385786b9c5c16a881.tar.gz
vyos1x-config-2aea7ddbc092b03dbf07dce385786b9c5c16a881.zip
T7915: add compiler alerts and annotations
Diffstat (limited to 'src/parser.mli')
-rw-r--r--src/parser.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.mli b/src/parser.mli
new file mode 100644
index 0000000..15813a4
--- /dev/null
+++ b/src/parser.mli
@@ -0,0 +1,2 @@
+val from_string : string -> Config_tree.t
+[@@alert exn "Util.Syntax_error"]