Expand description
§R2Rust Core Library
This library implements the core functionality of the R2Rust interpreter, including:
- Tokenization (Lexer)
- Parsing (Parser)
- Evaluation (Evaluator)
- Variable Management (Environment)
- Interactive REPL
§Features
with-serde
: Enables support for serializing and deserializing data.cli
: Adds command-line interface support using theclap
crate.