Files
MycLib/Src
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-11-05 10:03:27 +01:00
2025-06-28 12:43:19 +02:00
2025-06-05 10:26:28 +02:00
2025-06-17 21:49:09 +02:00
2025-07-15 09:46:16 +02:00
2025-07-14 16:44:29 +02:00
2025-08-25 10:26:48 +02:00
2025-08-25 10:26:48 +02:00
2025-08-25 10:26:48 +02:00
2025-07-27 21:58:15 +02:00
2025-08-25 10:26:48 +02:00
2025-07-25 09:27:53 +02:00
2025-07-25 09:27:53 +02:00
2025-07-15 20:29:19 +02:00
2025-07-17 10:30:08 +02:00
2025-06-05 14:36:05 +02:00
2025-07-25 09:27:53 +02:00
2025-07-25 11:54:53 +02:00
2025-07-25 11:54:53 +02:00
2025-07-25 11:54:53 +02:00
2025-10-31 21:15:08 +01:00