Jamesbarford / holyc-lang

HolyC compiler
BSD 2-Clause "Simplified" License
227 stars 10 forks source link

Fix: all casting #26

Closed Jamesbarford closed 7 months ago

Jamesbarford commented 7 months ago
I64 i = 0, x=10, z=125;
i(I8) = (x + z)(I64);

// `i` will overflow