/luaex

A simple module to execute lua code from python through an interpreter

Primary LanguagePython

Usage

Requires a lua interpreter to be available in PATH as lua

import luaex
print(luaex.run(code))