Michael Schimmel 58c44079f7 Refactor Compiler Pipeline: Decouple Scope Layout from Runtime Descriptor
- **Architecture:** Split `IScopeDescriptor` into `IScopeLayout` (Binder/Structure) and immutable `IScopeDescriptor` (Runtime/Types).
- **Binder:** Now produces `IScopeLayout` via `IScopeBuilder`. Restored Upvalue tracking and Lambda nesting detection.
- **TypeChecker:** Introduced `TTypeContext` to track types during traversal. Now produces the final `IScopeDescriptor`.
- **Evaluator:** Adapted to new `ILambdaExpressionNode` structure.
- **Fixes:** Resolved `Scope depth mismatch` in TypeChecker and `AccessViolation` in Evaluator due to lost parent scopes.
2025-11-21 12:01:14 +01:00
2025-09-12 08:51:52 +02:00
2025-07-12 17:10:01 +02:00
2025-11-11 11:58:08 +01:00
2025-07-12 17:10:01 +02:00
2025-11-09 18:22:09 +01:00
2025-11-09 18:22:09 +01:00
2025-11-01 12:35:19 +01:00
2025-10-04 19:05:50 +02:00
2025-08-30 01:39:08 +02:00
2025-08-28 00:56:20 +02:00
S
Description
No description provided
12 MiB
Languages
Pascal 97.8%
HTML 1.3%
JavaScript 0.7%
CSS 0.2%