ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
236 stars 26 forks source link

Alt expression breaks the compilation #524

Closed arakov closed 1 year ago

arakov commented 4 years ago

Describe the bug When following code is compiled the compiler is crashed.

To Reproduce

WindowHandle handle := cast WindowHandle(forward program.MainWindow) \ back:nil;
arakov commented 1 year ago

fixed