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>`.
It would be nice to have a CLI.
examples/interpreter.rswould work.It should be the default build target. Eg.
cargo run --release -- <path to script>orpiccolo <path to lua script>.