Module expressions

Source
Expand description

Expression parsing for debugger evaluation

This module provides parsing for Rust-like expressions for use in debugger evaluation. Supports field access, array indexing, dereferencing, and other common expression forms.

Enums§

Expression
Represents a parsed expression

Functions§

parse_expression
Parse a string into an Expression