Skip to content

jrob-io/louie.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

louie.js

A Lua interpreter for JavaScript with data access. Uses LuaParse by oxyc.

Started making this for a game engine I'm building. Not anywhere near finished or production ready, but wanted to put the source up for anyone working on a similar problem.

Example

foo = 0

"foo" can be later accessed with:

var foo = Lua._g.foo;

About

A Lua interpreter for JavaScript with data access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published