ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

Class load functions are now only ever evaluated once. #994

Closed alexnask closed 8 years ago

alexnask commented 8 years ago

Closes #992.

In addition, generated variable declarations are now initialized before class load functions are called.

alexnask commented 8 years ago

Hm, seems to have broken some stuff, will fix.