PLTools / Lama

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

Internal compiler error #14

Closed eropsergeev closed 4 years ago

eropsergeev commented 4 years ago

Error: Fatal error: exception File "X86.ml", line 666, characters 18-23: Pattern matching failed

Code: local x; x := {local y;}

dboulytchev commented 4 years ago

Fixed in 695ddc7d8.

Note: this program should be rejected (cf. local x = 2 + skip;)