stevedonovan / luar

luar is a Go package for conveniently working with the luago Lua bindings. Arbitrary Go functions can be registered
MIT License
301 stars 55 forks source link

Fix proxy__eq #13

Closed hirochachacha closed 11 years ago

hirochachacha commented 11 years ago

Hi, proxy__eq seems to broken.So I fix.

I think adding more binary ops is nice, I wrote some test for this.

stevedonovan commented 11 years ago

Cool, thanks for the fix! Let's think about binary ops here, whether they are going to be common enough to be included. Definitely needed if we want to support the complex types.