Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Lua 5.3 #21

Open
daurnimator opened this issue Jan 6, 2015 · 3 comments
Open

Lua 5.3 #21

daurnimator opened this issue Jan 6, 2015 · 3 comments

Comments

@daurnimator
Copy link
Owner

Port to lua 5.3

@daurnimator
Copy link
Owner Author

One interesting topic to come out of this is library versioning. e.g.

  • lua.vm-5.2.js
  • lua-5.1.vm.js
    • Allows for versioning this project at the end

@isavegas
Copy link

lua5.1.vm.js
The version is relevant to the version of Lua itself, not the version of lua.vm.js.

@daurnimator
Copy link
Owner Author

daurnimator commented Apr 29, 2016

As javascript doesn't have 64bit integers, we should compile lua 5.3 with LUA_INT_TYPE=LUA_INT_LONG. This will be the (rather uncommon combination) of 32 bit integers with 64bit floats.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants