bkconrad / luaex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Requires a lua interpreter to be available in PATH as lua

import luaex
print(luaex.run(code))

About

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


Languages

Language:Python 100.0%