chancehudson / ashlang

Apache License 2.0
6 stars 2 forks source link

refactor: never exit process in compilation, always return anyhow::Result #42

Closed chancehudson closed 2 weeks ago

chancehudson commented 2 weeks ago

Cleanup error handling, always return an anyhow::Result, never use panic! macro.