summaryrefslogtreecommitdiff
path: root/compiler/Errors.ml
diff options
context:
space:
mode:
authorSon Ho2022-10-27 09:16:46 +0200
committerSon HO2022-10-27 12:58:47 +0200
commit7e7d0d67de8285e1d6c589750191bce4f49aacb3 (patch)
tree5ef3178d2c3f7eadc82a0ea9497788e48ce67c2b /compiler/Errors.ml
parent16560ce5d6409e0f0326a0c6046960253e444ba4 (diff)
Reorganize a bit the project
Diffstat (limited to 'compiler/Errors.ml')
-rw-r--r--compiler/Errors.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Errors.ml b/compiler/Errors.ml
new file mode 100644
index 00000000..31a53cf4
--- /dev/null
+++ b/compiler/Errors.ml
@@ -0,0 +1,2 @@
+exception IntegerOverflow of unit
+exception Unimplemented