v1.3.2
What's Changed
- Bump Parlot from 1.3.5 to 1.3.6 by @dependabot in #56
- [FEATURE]: Add Support for Raw Strings by @MattEdwardsWaggleBee in #51
- [FEATURE]: Enhance TypeResolver for member by @MattEdwardsWaggleBee in #55
- Moves member access and indexer resolution logic from the parser to the type resolver.
- This change centralizes these operations within the type resolver.
- Improves the extensibility of the type resolution process by introducing the ITypeRewriter and ITypeResolver interfaces
- ITypeResolver focuses on resolving types and members
- ITypeRewriter handles the rewriting of expressions, such as indexers and member accesses.
- This allows for more flexible customization of how expressions are transformed during the parsing process.
- Improves error handling and termination parsing
Full Changelog: v1.3.1...v1.3.2