Michael Schimmel
dc46a2dd2d
Pipes refactoring, Fixes in type checker
2026-02-13 23:34:39 +01:00
Michael Schimmel
4daa05efda
Streams refactoring
2026-01-25 01:44:36 +01:00
Michael Schimmel
ef4583c2ae
DataStream updated
2026-01-21 14:09:26 +01:00
Michael Schimmel
2cc5e53394
Replaced Count-Node by RTL-Function
2026-01-13 23:17:32 +01:00
Michael Schimmel
758e4eaa0e
typo
2026-01-13 18:21:08 +01:00
Michael Schimmel
1c6a6fe5a0
RTL refactoring
2026-01-13 17:01:33 +01:00
Michael Schimmel
3c5d51f6a8
Gemini Test
2026-01-13 10:25:33 +01:00
Michael Schimmel
a25fec38f8
Json Schema WIP
2026-01-07 15:14:54 +01:00
Michael Schimmel
0d3ccd1c63
Script Refactoring, ParseGet reads record fields
2026-01-07 00:28:38 +01:00
Michael Schimmel
60952494c1
Json Schema for LLMs
2026-01-06 18:02:05 +01:00
Michael Schimmel
3b3966b2f7
new-Series with tuple record def
2026-01-06 13:38:06 +01:00
Michael Schimmel
242ec9a56e
AST list refactoring
2026-01-04 22:41:44 +01:00
Michael Schimmel
2a7e6626ad
Tuples
2026-01-04 18:59:16 +01:00
Michael Schimmel
a4afae6f39
Tuples
2026-01-04 17:06:59 +01:00
Michael Schimmel
0a7a6ea2d0
Refactoring Keyword mapping, introducing tuples
2026-01-04 15:07:02 +01:00
Michael Schimmel
22674b962b
Generic Visitors
2026-01-03 19:14:18 +01:00
Michael Schimmel
13d8a21de7
Generic Visitors
2026-01-02 13:54:27 +01:00
Michael Schimmel
b7d0222ec2
Pipe testing
2026-01-02 13:13:51 +01:00
Michael Schimmel
d5d71afdaa
Pipe testing
2025-12-26 17:20:00 +01:00
Michael Schimmel
ac96a105a5
Optional types and null propagation
2025-12-21 15:20:59 +01:00
Michael Schimmel
e7fdbc3312
Adding Pipes
2025-12-20 13:40:29 +01:00
Michael Schimmel
34b4466a15
Adding Pipes
2025-12-18 11:58:41 +01:00
Michael Schimmel
8bde31a478
Adding Pipes
2025-12-18 11:21:18 +01:00
Michael Schimmel
363c9596fc
Producer pattern in data types
2025-12-16 10:45:41 +01:00
Michael Schimmel
3c7723f3d2
Data pipeline refactoring
2025-12-14 17:47:07 +01:00
Michael Schimmel
f88fe9f5ef
Refacoring data pipeline
2025-12-14 12:03:16 +01:00
Michael Schimmel
e84ecfa2d2
RTL custom interface types as records, added callbacks (marshalled using virtual interfaces)
2025-12-12 02:28:25 +01:00
Michael Schimmel
18dde168fd
RTL custom interface types as records
2025-12-11 14:22: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
e56bf7ee7d
DataFeed-Producer
2025-12-09 11:03:06 +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
91c4d57aaf
Ast UI handlers split into separate units
2025-12-06 20:36:33 +01:00
Michael Schimmel
872c15ac51
Ast editor custom draw
2025-12-06 19:21:36 +01:00
Michael Schimmel
e40f56eaeb
Ast editor custom draw
2025-12-06 17:32:04 +01:00
Michael Schimmel
a7290550e7
Ast node delete
2025-12-01 14:09:33 +01:00
Michael Schimmel
656375de99
Focus & cursor movement in UI
2025-12-01 13:19:07 +01:00
Michael Schimmel
438baa3609
Visual AST editing with drag'n'drop 1s Version
2025-11-30 16:00:00 +01:00
Michael Schimmel
851f56c63f
Ast list nodes
2025-11-29 18:59:16 +01:00
Michael Schimmel
521d0ac28f
Ast editor rondtrip
2025-11-28 16:07:47 +01:00
Michael Schimmel
833ce8aada
Ast editor unit refactoring
2025-11-28 13:45:33 +01:00
Michael Schimmel
13b2ef3bf0
Docs
2025-11-28 13:14:32 +01:00
Michael Schimmel
874c0d9adf
AST Identities
2025-11-25 19:51:06 +01:00
Michael Schimmel
0b7a60e338
AST Identities
2025-11-25 18:45:47 +01:00
Michael Schimmel
a052dfb20f
AST testing
2025-11-23 00:24:43 +01:00
Michael Schimmel
240f794211
AST function purity analysis
2025-11-22 14:49:24 +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
7aa406f27b
Macro hygiene
2025-11-09 18:22:09 +01:00