OCaml: Handle some edge cases; refactor parser, main.ml; add config fetcher
This commit is contained in:
parent
6096817932
commit
cb56da1462
16 changed files with 229 additions and 105 deletions
2
ocaml/lib/utilities/exceptions.ml
Normal file
2
ocaml/lib/utilities/exceptions.ml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
exception Malformed_source of string
|
||||
exception Malformed_state of string
|
||||
Loading…
Add table
Add a link
Reference in a new issue