saltwater 0.11.0

A C compiler written in Rust, with a focus on good error messages.
Documentation
1
2
3
4
5
// code: 1

        int f(char c) { return c + .5; }
        int main(void) { return f(1.2); }