hoelzro / lua-repl

A Lua REPL implemented in Lua for embedding in other programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify that the REPL works with different versions of Lua

hoelzro opened this issue · comments

I've only tested this module against Lua 5.1. It should be tested against (at least) the following versions:

  • Lua 5.2
  • LuaJIT
  • LuaJ