Commit Graph

78 Commits

Author SHA1 Message Date
Michael Schimmel a25fec38f8 Json Schema WIP 2026-01-07 15:14:54 +01:00
Michael Schimmel 7313848538 Ast Schema 2026-01-06 14:37:22 +01:00
Michael Schimmel da59fbdf3f ITupleNode signature change 2026-01-06 11:39:42 +01:00
Michael Schimmel 22674b962b Generic Visitors 2026-01-03 19:14:18 +01:00
Michael Schimmel d5d71afdaa Pipe testing 2025-12-26 17:20:00 +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 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 95de9a155e Extracted TDynamicRecord 2025-12-08 10:21:25 +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 cd0f2ffde3 Ast editor rename 2025-11-29 20:42:01 +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 0b7a60e338 AST Identities 2025-11-25 18:45:47 +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 c0f871ce02 Ast environments 2025-11-07 19:40:35 +01:00
Michael Schimmel 6851f745d4 Unit compiler namespaces 2025-11-05 21:50:36 +01:00
Michael Schimmel 2b8a3effed Visualizer node aggregates
Fix in macro expander
2025-11-04 17:45:47 +01:00
Michael Schimmel eb42a4ef3b Refactoring 2025-11-02 22:44:01 +01:00
Michael Schimmel ea39a57b77 Binder refactoring, Monster refactoring 2025-11-02 19:38:52 +01:00
Michael Schimmel 8f29212cba Binder refactoring - extracted TCO - WIP 2025-11-01 15:44:56 +01:00
Michael Schimmel 915deb4dc0 Binder refactoring - extracted lowering 2025-11-01 14:56:38 +01:00
Michael Schimmel 6826b75c19 Binder refactoring - extracted type checking 2025-11-01 14:04:45 +01:00
Michael Schimmel 4687ecb9ca Binder refactoring - extracted macro expander 2025-11-01 13:36:10 +01:00
Michael Schimmel 6ab51816d1 Binder refactoring 2025-11-01 13:09:29 +01:00
Michael Schimmel dfe1f04333 Keywords 2025-10-30 15:23:34 +01:00
Michael Schimmel f1735e2678 New visualizer 2025-10-29 23:07:49 +01:00
Michael Schimmel e95a920dc7 New visualizer 2025-10-26 18:06:45 +01:00
Michael Schimmel a706483f28 ASt Types 2025-10-25 15:58:18 +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
Michael Schimmel 411fd0a3ce Unit rename 2025-09-23 12:54:46 +02:00
Michael Schimmel c573628fe5 Major refactoring, split Bound Ast from source Ast 2025-09-22 19:56:51 +02:00
Michael Schimmel 00f5861148 Global data value refactoring + 1st scripting version 2025-09-20 18:30:32 +02:00
Michael Schimmel 81dd69bf49 RECUR keyword added 2025-09-20 12:06:51 +02:00
Michael Schimmel e03155179a Anonymous recursions 2025-09-19 23:53:48 +02:00
Michael Schimmel 28558614f0 RTL enhancements 2025-09-19 15:10:24 +02:00
Michael Schimmel c31985935c RTL enhancements 2025-09-19 15:05:20 +02:00
Michael Schimmel abbce15362 Tail call optimization 2025-09-19 11:53:16 +02:00
Michael Schimmel d12c6c966c Fix in Upvalue-Logic 2025-09-18 20:11:12 +02:00