piccolo icon indicating copy to clipboard operation
piccolo copied to clipboard

[ feature request ] CLI / REPL

Open yonas opened this issue 1 month ago • 1 comments

It would be nice to have a CLI. examples/interpreter.rs would work.

It should be the default build target. Eg. cargo run --release -- <path to script> or piccolo <path to lua script>.

yonas avatar Nov 17 '25 04:11 yonas

If you don't mind, you can take a look at the version I reimplemented. https://github.com/CppCXY/lua-rs

CppCXY avatar Nov 18 '25 07:11 CppCXY