Expand description
Primary expression parsing
This module handles parsing of primary expressions and postfix operations:
- Primary expressions (identifiers, literals, grouped expressions)
- Postfix operations (property access, method calls, indexing)
- Expression entry point
Functionsยง
- parse_
expression - Main entry point for parsing expressions
- parse_
postfix_ expr - Parse postfix expression (property access, method calls, indexing)
- parse_
primary_ expr - Parse primary expression