lua-cli 0.0.1

Lua 5.4 runtime port in Rust with an AI-assisted C-to-Rust porting harness.
lua-cli-0.0.1 is not a library.

Standalone lua-rs interpreter — minimal entry point that exercises the full pipeline: new_stateopen_libsload_stringpcall_k.

This is intentionally minimal — its job is to surface which todo!() stubs block real execution, NOT to be a complete Lua interpreter.

Usage: lua-rs '' Examples: lua-rs 'print("hello")' lua-rs '1+1'