LPGhatguy / lemur

Partial implementation of Roblox API in Lua
MIT License
63 stars 25 forks source link

Add bit32 support #209

Closed osyrisrblx closed 5 years ago

osyrisrblx commented 5 years ago

Added bit32 support. Requires the user to install bit32 luarock via: sudo luarocks install bit32

Fixes #208

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.08%) to 97.982% when pulling 77172649b07535f622c28de72bfac530a64a4ce1 on osyrisrblx:master into cba91fbcf9862118c4c02924af9aedfc70904fc3 on LPGhatguy:master.

LPGhatguy commented 5 years ago

Can you add bit32 to the document describing the set of supported APIs?