fix: infinite recursion on perl (WIP)

This commit is contained in:
2026-01-25 10:24:38 +08:00
parent 3186cfe6e4
commit d1f87260a6
16 changed files with 130 additions and 230 deletions

View File

@@ -12,4 +12,4 @@
[no-exit-message]
@evalr expr:
RUST_LOG=info cargo run --bin eval --release -- '{{expr}}'
RUST_LOG=silent cargo run --bin eval --release -- '{{expr}}'