AZHenley / knox

A toy programming language written in Go that compiles to C.
MIT License
96 stars 7 forks source link

Casting can not be used with other expressions #176

Closed AZHenley closed 4 years ago

AZHenley commented 4 years ago

These should work but do not:

var x : u8 = 5.0 as u8 + 1; var y : i32 = 9 as i16 as i32