AST refactoring

This commit is contained in:
Michael Schimmel
2025-08-28 16:26:48 +02:00
parent 9419f5cd03
commit 9a5f2c1b1d
10 changed files with 866 additions and 810 deletions
+3 -3
View File
@@ -32,7 +32,7 @@ object Form1: TForm1
end
object PrettyPrintButton: TButton
Position.X = 24.000000000000000000
Position.Y = 168.000000000000000000
Position.Y = 200.000000000000000000
TabOrder = 3
Text = 'Print'
TextSettings.Trimming = None
@@ -40,7 +40,7 @@ object Form1: TForm1
end
object DebugButton: TButton
Position.X = 24.000000000000000000
Position.Y = 198.000000000000000000
Position.Y = 230.000000000000000000
TabOrder = 4
Text = 'Debug'
TextSettings.Trimming = None
@@ -59,7 +59,7 @@ object Form1: TForm1
end
object ShowScopeBox: TCheckBox
Position.X = 32.000000000000000000
Position.Y = 224.000000000000000000
Position.Y = 256.000000000000000000
TabOrder = 6
Text = 'Scope'
end