Michael Schimmel
2cc5e53394
Replaced Count-Node by RTL-Function
2026-01-13 23:17:32 +01:00
Michael Schimmel
a25fec38f8
Json Schema WIP
2026-01-07 15:14:54 +01:00
Michael Schimmel
4618573d6c
Json Schema for LLMs
2026-01-06 19:56:27 +01:00
Michael Schimmel
60952494c1
Json Schema for LLMs
2026-01-06 18:02:05 +01:00
Michael Schimmel
74a5c30ae0
Ast Schema
2026-01-06 14:48:22 +01:00
Michael Schimmel
7313848538
Ast Schema
2026-01-06 14:37:22 +01:00
Michael Schimmel
3b3966b2f7
new-Series with tuple record def
2026-01-06 13:38:06 +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
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
13d8a21de7
Generic Visitors
2026-01-02 13:54:27 +01:00
Michael Schimmel
2395cb1e70
Generic Visitor Pattern
2026-01-02 13:29:33 +01:00
Michael Schimmel
8b765487ae
Implementing Pipes
2025-12-21 16:30:09 +01:00
Michael Schimmel
8bde31a478
Adding Pipes
2025-12-18 11:21:18 +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
521d0ac28f
Ast editor rondtrip
2025-11-28 16:07:47 +01:00
Michael Schimmel
aff4cec7d5
AST Identities
2025-11-25 19:41:26 +01:00
Michael Schimmel
0b7a60e338
AST Identities
2025-11-25 18:45:47 +01:00
Michael Schimmel
85ef043b04
Compiler errors
2025-11-25 18:11: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
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
3ae1ed8f48
Static specialization WIP
...
Fix in ScopeDescriptor
2025-11-19 15:47:09 +01:00
Michael Schimmel
138e7ac454
Static specialization WIP
2025-11-19 14:38:40 +01:00
Michael Schimmel
c129c1a3ae
Static specialization
2025-11-11 11:58:08 +01:00
Michael Schimmel
d849f65f2d
Handle Nop properly
2025-11-08 16:20:48 +01:00
Michael Schimmel
c0f871ce02
Ast environments
2025-11-07 19:40:35 +01:00
Michael Schimmel
5003cfd899
Finished node immutability
2025-11-05 18:33:29 +01:00
Michael Schimmel
1f0eef7698
Node immutability improved
2025-11-05 18:13:43 +01:00
Michael Schimmel
0915d6d90d
Resolved dependency between AST nodes and scope
2025-11-05 16:52:40 +01:00
Michael Schimmel
b98e7d98e6
Refactoring node to be immutable
2025-11-05 15:24:54 +01:00
Michael Schimmel
c0a689d2bc
Refactoring for immutable nodes
2025-11-05 13:21:17 +01:00
Michael Schimmel
9bd2d6f7ab
Imutability for macro nodes
2025-11-05 12:19:34 +01:00
Michael Schimmel
980919525b
Immutable infered types
2025-11-04 22:10:11 +01:00
Michael Schimmel
d82a75aba6
Making AST node inmmutable - WIP
2025-11-04 20:12:12 +01:00
Michael Schimmel
2b8a3effed
Visualizer node aggregates
...
Fix in macro expander
2025-11-04 17:45:47 +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
0526ec8a24
Keywords
2025-10-30 20:27:44 +01:00
Michael Schimmel
798aa08f02
Keywords
2025-10-30 18:00:58 +01:00
Michael Schimmel
0edb9b800b
Macro expander integrated in binder
2025-10-05 15:02:45 +02:00
Michael Schimmel
54bf350c70
Macro expander integrated in binder
2025-10-04 22:41:01 +02:00
Michael Schimmel
7c48e9e203
Macro expander integrated in binder
2025-10-04 19:05:50 +02:00
Michael Schimmel
d9219474e0
1st full macro expander
2025-10-03 19:46:30 +02:00