onehr / crust

C99 compiler toolchain in Rust (for fun and self-education)
Apache License 2.0
173 stars 15 forks source link

Dont panic #10

Open kinggoesgaming opened 5 years ago

kinggoesgaming commented 5 years ago

In quite a few places in the code, you have panic!() or unwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead