piccolo
piccolo copied to clipboard
[ feature request ] CLI / REPL
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>.
If you don't mind, you can take a look at the version I reimplemented. https://github.com/CppCXY/lua-rs