This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
NodeLua
mirror of
https://github.com/brettlangdon/NodeLua.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
5
Wiki
Activity
Lua Bindings For Node.JS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30
Commits
4
Branches
249 KiB
C++
97%
Python
2.3%
JavaScript
0.7%
Tree:
449e61a9f5
master
v0.1.x
v0.2.x
v0.3.x
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.3
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '449e61a9f5'
${ noResults }
NodeLua
/
src
History
Brett Langdon
449e61a9f5
remove luafunction and luaobject
13 years ago
..
luastate.cc
added async versions of status and gc, made functions specific to LuaState objects
13 years ago
luastate.h
added async versions of status and gc, made functions specific to LuaState objects
13 years ago
nodelua.cc
started porting LuaObject over to new LuaState
13 years ago
utils.cc
fixed issue when converting array to table
13 years ago
utils.h
added LuaFunction object, updated bindings and LuaObject registerFunction, added push_value_to_lua util function
13 years ago