ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Move filesystem `IO` operations that can fail into `PathResolver`. #66

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

This will allow exceptions to be caught in a uniform manner, hopefully avoiding all crashes in Cli.

ta0kira commented 4 years ago

Taken care of with an exception handler.