saltwater 0.11.0

A C compiler written in Rust, with a focus on good error messages.
Documentation
1
2
// code: 24
int main() { return sizeof(1 + 1) + sizeof 1 + sizeof(long); }