Tomasu / LuaGlue

C++11 Lua 5.2 Binding Library
zlib License
79 stars 22 forks source link

Lua operators overload support #32

Open JMLX42 opened 10 years ago

JMLX42 commented 10 years ago

Hello,

how could we add operators overload support to LuaGlue?

Thanks,

Tomasu commented 10 years ago

Just more methods in LuaGlueClass. we can support a few of them like add, subtract, etc.