PLTools / Lama

Teaching language LaMa for a compiler course
GNU General Public License v3.0
67 stars 28 forks source link

Internal compiler error #16

Closed eropsergeev closed 3 years ago

eropsergeev commented 3 years ago

Error: Fatal error: exception File "X86.ml", line 628, characters 32-38: Assertion failed

Test case:

local x = [0], y = [0]; if 1 then x[0] else y[0] fi := 0

dboulytchev commented 3 years ago

Fixed in 66dc5c306.