Expand description
Semantic analysis, symbol extraction, and type inference. Type inference engine for Perl variable analysis.
Structs§
- Completion
Item - A code completion suggestion
- Type
Based Completion - Type-based code completion suggestions
- Type
Constraint - Type constraint for type checking
- Type
Environment - Type environment for tracking variable types
- Type
Inference Engine - Main type inference engine
- Type
Location - Location information for type errors
Enums§
- Perl
Type - Represents a Perl type
- Scalar
Type - Represents specific scalar types in Perl