tcoram / bson-lua

BSON in pure Lua.
MIT License
41 stars 13 forks source link

Add float64 de/encoding. #3

Closed dptole closed 9 years ago

dptole commented 10 years ago

Lua don't have a binary operators and the math lib is your only choice to simulate binary operations. I've added the bson.to_double and bson.from_double functions to deal with floating point conversions. I used this ppp function as a helper to inspect elements, remove it please.