Crate rudy_parser

Source
Expand description

Shared parsing utilities for types and expressions

This module provides common parsing functionality using the unsynn crate for both type parsing (used in DWARF name resolution) and expression parsing (used in LLDB integration).

Re-exports§

pub use expressions::Expression;
pub use expressions::parse_expression;
pub use types::ParsedSymbol;
pub use types::Path;
pub use types::Type;
pub use types::parse_symbol;
pub use types::parse_type;

Modules§

expressions
Expression parsing for debugger evaluation
types
Type parsing using unsynn