Commit Graph

111 Commits

Author SHA1 Message Date
Michael Schimmel cb8fd44d6f Pipe Optimization 2026-02-14 18:00:20 +01:00
Michael Schimmel dc46a2dd2d Pipes refactoring, Fixes in type checker 2026-02-13 23:34:39 +01:00
Michael Schimmel 76c3ad9835 Streams refactoring 2026-01-25 02:03:23 +01:00
Michael Schimmel 4daa05efda Streams refactoring 2026-01-25 01:44:36 +01:00
Michael Schimmel 2cc5e53394 Replaced Count-Node by RTL-Function 2026-01-13 23:17:32 +01:00
Michael Schimmel 1429278765 Refactoring streams and fixin various bugs 2026-01-13 16:23:33 +01:00
Michael Schimmel 3b3966b2f7 new-Series with tuple record def 2026-01-06 13:38:06 +01:00
Michael Schimmel fb2fc8f6f9 Refactoring 2026-01-06 12:10:12 +01:00
Michael Schimmel 40ed51aef8 ITupleNode signature change 2026-01-06 11:37:18 +01:00
Michael Schimmel 264314cd93 Pipe Parameter is now a Tuple 2026-01-05 00:13:51 +01:00
Michael Schimmel 242ec9a56e AST list refactoring 2026-01-04 22:41:44 +01:00
Michael Schimmel 991b998cb1 Tuples 2026-01-04 18:48:04 +01:00
Michael Schimmel a4afae6f39 Tuples 2026-01-04 17:06:59 +01:00
Michael Schimmel 8914d59607 Refactoring Keyword mapping, introducing tuples 2026-01-04 15:29:26 +01:00
Michael Schimmel 700088b5c5 Refactoring Keyword mapping, introducing tuples 2026-01-04 15:21:46 +01:00
Michael Schimmel 0a7a6ea2d0 Refactoring Keyword mapping, introducing tuples 2026-01-04 15:07:02 +01:00
Michael Schimmel f1733c41a0 Generic Visitors 2026-01-04 11:47:00 +01:00
Michael Schimmel 22674b962b Generic Visitors 2026-01-03 19:14:18 +01:00
Michael Schimmel 2e0db2682f Generic Visitors 2026-01-02 14:18:46 +01:00
Michael Schimmel 2395cb1e70 Generic Visitor Pattern 2026-01-02 13:29:33 +01:00
Michael Schimmel d5d71afdaa Pipe testing 2025-12-26 17:20:00 +01:00
Michael Schimmel 185f8273dd Pipes and test scripts 2025-12-26 13:47:10 +01:00
Michael Schimmel 8b765487ae Implementing Pipes 2025-12-21 16:30:09 +01:00
Michael Schimmel ac96a105a5 Optional types and null propagation 2025-12-21 15:20:59 +01:00
Michael Schimmel 8bde31a478 Adding Pipes 2025-12-18 11:21:18 +01:00
Michael Schimmel 3c7723f3d2 Data pipeline refactoring 2025-12-14 17:47:07 +01:00
Michael Schimmel 18dde168fd RTL custom interface types as records 2025-12-11 14:22:09 +01:00
Michael Schimmel 5376f8924a IScalarRecord 2025-12-09 13:55:09 +01:00
Michael Schimmel 76c92fa355 Keyword mapping refactoring 2025-12-09 13:12:37 +01:00
Michael Schimmel f8dc5b945c Keyword mapping refactoring 2025-12-09 12:59:36 +01:00
Michael Schimmel 95de9a155e Extracted TDynamicRecord 2025-12-08 10:21:25 +01:00
Michael Schimmel 1d13d0cdaa Ast ternary expr replaced by cond expr 2025-12-07 12:06:29 +01:00
Michael Schimmel 851f56c63f Ast list nodes 2025-11-29 18:59:16 +01:00
Michael Schimmel 0a1df4e9fe Compiler exceptions 2025-11-25 15:51:04 +01:00
Michael Schimmel d84509c034 Tests for Parser 2025-11-25 14:40:04 +01:00
Michael Schimmel 2f87444827 Integrated Boolean and DateTime as core types 2025-11-23 22:34:10 +01:00
Michael Schimmel a052dfb20f AST testing 2025-11-23 00:24:43 +01:00
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
Michael Schimmel 138e7ac454 Static specialization WIP 2025-11-19 14:38:40 +01:00
Michael Schimmel 8a6c866a9c Planning static specialization 2025-11-10 10:00:08 +01:00
Michael Schimmel 93dc19497c Ast environment refactoring 2025-11-08 15:57:12 +01:00
Michael Schimmel 1f0eef7698 Node immutability improved 2025-11-05 18:13:43 +01:00
Michael Schimmel b98e7d98e6 Refactoring node to be immutable 2025-11-05 15:24:54 +01:00
Michael Schimmel 60358365cd Fixed macro def expansion 2025-11-05 10:39:15 +01:00
Michael Schimmel d82a75aba6 Making AST node inmmutable - WIP 2025-11-04 20:12:12 +01:00
Michael Schimmel 48ccb23060 Refactoring 2025-11-04 18:22:06 +01:00
Michael Schimmel ec76b78b39 Nop-Node 2025-11-03 00:35:23 +01:00
Michael Schimmel ea39a57b77 Binder refactoring, Monster refactoring 2025-11-02 19:38:52 +01:00
Michael Schimmel 6ab51816d1 Binder refactoring 2025-11-01 13:09:29 +01:00
Michael Schimmel 957171f089 Keywords as basic scalar type
Script enhancements
2025-11-01 00:56:59 +01:00