refactor: error handling

This commit is contained in:
2026-01-21 10:30:50 +08:00
parent 2cb85529c9
commit 15c4159dcc
17 changed files with 178 additions and 224 deletions

View File

@@ -8,8 +8,8 @@
[no-exit-message]
@replr:
cargo run --bin repl --release
RUST_LOG=info cargo run --bin repl --release
[no-exit-message]
@evalr expr:
cargo run --bin eval --release -- '{{expr}}'
RUST_LOG=info cargo run --bin eval --release -- '{{expr}}'