catala/doc
Louis Gesbert 9d07015864 Unify runtime error handling
- Clearly distinguish Exceptions from Errors. The only catchable exception
  available in our AST is `EmptyError`, so the corresponding nodes are made less
  generic, and a node `FatalError` is added

- Runtime errors are defined as a specific type in the OCaml runtime, with a
  carrier exception and printing functions. These are used throughout, and
  consistently by the interpreter. They always carry a position, that can be
  converted to be printed with the fancy compiler location printer, or in a
  simpler way from the backends.

- All operators that might be subject to an error take a position as argument,
  in order to print an informative message without relying on backtraces from
  the backend
2024-04-26 18:31:26 +02:00
..
devel Document and first test for externals 2023-12-06 11:06:54 +01:00
formalization Include generation of json_schema artifacts 2022-08-03 18:55:42 +02:00
images Update old image on main README (fixes #514) 2023-09-19 13:29:14 +02:00
out_of_date Improved readmes 2020-12-14 10:59:15 +01:00
syntax Unify runtime error handling 2024-04-26 18:31:26 +02:00