Tree-walk or bytecode interpreter
Tree-walk veya bytecode yorumlayici
Copy this Cargo.toml to get started:
[package]
name = "my-interpreter"
version = "0.1.0"
edition = "2021"
[dependencies]
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: