saltwater 0.11.0

A C compiler written in Rust, with a focus on good error messages.
Documentation
1
2
3
// errors: 1
// this should set A to INT_MAX and B should overflow and be an error
enum { A = -1u, B} e;