hoelzro / lua-repl

A Lua REPL implemented in Lua for embedding in other programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add __pretty support for the pretty_print plugin

hoelzro opened this issue · comments

Values currently have no control over how they are printed; I think that the pretty print plugin should use a metamethod named __pretty to allow custom printing logic.

On that train of thought, having rawprint may be a good idea.