qlova / ilang

"i" is a clear, concise programming language that is multi-lingual cross-platform, deterministic and resilient.
Artistic License 2.0
7 stars 1 forks source link

Fix interfaces. #14

Open Splizard opened 6 years ago

Splizard commented 6 years ago

They are currently broken. I propose storing method pointers in an array along with a pointer to the value of the interface. Similar to the current implementation of the something type.

Splizard commented 6 years ago

They are working now.. at least partially!