Lua parser in python
Posted
by Joe Simpson
on Stack Overflow
See other posts from Stack Overflow
or by Joe Simpson
Published on 2010-05-04T18:14:01Z
Indexed on
2010/05/04
18:18 UTC
Read the original article
Hit count: 320
Hi, I'm looking into using Lua in a web project. I can't seem to find any way of directly parsing in pure python and running Lua code in Python.
Does anyone know how to do this?
Joe
© Stack Overflow or respective owner