Int64. Handle large numbers in Lua without losing precision.

github.com/cloudwu/lua-int64

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2013
  • Create LICENSE
August 2012
  • check string
  • minor bugfix
June 2012
  • bugfix: tostring 0
  • bugfix: string to int64
  • inine pushint64
  • bugfix: new with base
  • support tostring
April 2012
  • Merge branch 'master' of github.com:cloudwu/lua-int64
  • Don't support implicit convent from nil to int64
  • Merge pull request #1 from kezhuw/master
  • rewrite pow
  • fix typo
  • minor fix
  • use intptr_t instead of memcpy
  • first commit