Skip to content

Converts JavaScript to Lua using the SpiderMonkey AST. Not perfect, but a good effort.

License

Notifications You must be signed in to change notification settings

zekesonxx/pinecone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinecone: A JavaScript->Lua converter

pinecone converts JavaScript to Lua using the ESTree standard, converted by default using acorn. Pinecone takes that and turns it into mostly-valid Lua.

This is the second version of pinecone, the first version was written back in mid-2014, rewritten in late-2014, and added on to in early 2016. It wasn't very well designed, but you can still see it preserved in the git branch orig-pinecone.

missing the rest of the readme; I'm still converting pinecone to the new system

License

LGPL3 licensed. This means that any modifications to Pinecone must be released under the (L)GPL3, but that anything you compile with pinecone isn't bound by the (L)GPL3.

Refer to LICENSE.

About

Converts JavaScript to Lua using the SpiderMonkey AST. Not perfect, but a good effort.

Resources

License

Stars

Watchers

Forks

Packages

No packages published