Generic Visitors

This commit is contained in:
Michael Schimmel
2026-01-02 14:18:46 +01:00
parent 13d8a21de7
commit 2e0db2682f
3 changed files with 49 additions and 61 deletions
-1
View File
@@ -513,7 +513,6 @@ type
end;
IAstVisitor = interface
// --- Central Dispatch Method (New) ---
function Visit(const Node: IAstNode): TDataValue;
end;