Open j-hui opened 7 years ago
Our compiler shouldn't just crash inexplicably and dump a log line numbers from generated files once it sees an error
We need to surround the appropriate code execution sections with try blocks
try
http://www2.lib.uchicago.edu/keith/ocaml-class/exceptions.html
putting this here for myself
i love how now i just indiscriminately throw assert falses now
assert false
Our compiler shouldn't just crash inexplicably and dump a log line numbers from generated files once it sees an error
We need to surround the appropriate code execution sections with
try
blocks