Crate r2rust_core

Source
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 the clap crate.

Modules§

ast
environment
evaluator
lexer
parser
repl