Feldspar / feldspar-compiler

This is the compiler for the Feldspar Language.
Other
22 stars 5 forks source link

Catch exceptions from readProcessWithExitCode #278

Closed pjonsson closed 4 years ago

pjonsson commented 4 years ago

readProcessWithExitCode throws an exception when the executable it tries to run does not exist. Catch this and move on to the next choice.