tessel / colony-compiler

[UNMAINTAINED] "Compiles" JS to Lua to run on Colony.
Other
80 stars 16 forks source link

Adds changes for colony-luajit support. #35

Closed tcr closed 10 years ago

tcr commented 10 years ago

LuaJIT's bit library requires integer values, unlike the LuaBitOp library. Merged into colony is tointegervalue which will tide us over until the merge is complete.