hoelzro / lua-repl

A Lua REPL implemented in Lua for embedding in other programs
MIT License
172 stars 16 forks source link

added luajit support #40

Open dodo opened 9 years ago

dodo commented 9 years ago

the pretty_print plugins was constantly failing for me when trying to print _G in luajit.

I know the bugfix is not pretty, but works for everything.

What do you think?

hoelzro commented 9 years ago

@dodo Thanks for the submission; I think I'd better think of a more general way of solving this.

hoelzro commented 9 years ago

@dodo I've added support in the master branch; please test with that change and let me know if it works!

hoelzro commented 9 years ago

See #41