tin 0.3.0

tin: a statically structurally typed embeddable programming language
Documentation
1
2
3
4
5
6
7
8
9
10
error: type error
- testdata/err/bool_op_on_ints.tn:1:17
1 | main = || i32 { 1i32 & 0i32 };
  |                 ^^^^^^^^^^^
- testdata/err/bool_op_on_ints.tn:1:17
1 | main = || i32 { 1i32 & 0i32 };
  |                 ^^^^ expected :f|:t but got i32
- testdata/err/bool_op_on_ints.tn:1:24
1 | main = || i32 { 1i32 & 0i32 };
  |                        ---- other operand has type i32