ooc-lang / rock

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

Fix issue912 #915

Closed horasal closed 9 years ago

horasal commented 9 years ago

This commit change arraylit from CommaSeq to FunctionCall if it is a member of a class. The Function is defined as static inline so if once we complete inline func, it will not slow down our code.

fasterthanlime commented 9 years ago

Thanks @zhaihj :)

fasterthanlime commented 9 years ago

This broke sam :(

fasterthanlime commented 9 years ago

Uh my cleanup broke sam. My bad.