RTL refactoring

This commit is contained in:
Michael Schimmel
2026-01-13 17:01:33 +01:00
parent 1429278765
commit 1c6a6fe5a0
9 changed files with 1031 additions and 1012 deletions
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -45,7 +45,10 @@ uses
Myc.Ast.Script.Print in '..\Src\AST\Myc.Ast.Script.Print.pas',
Myc.Ast.Json.Schema.Old in '..\Src\AST\Myc.Ast.Json.Schema.Old.pas',
Myc.Ast.Attributes in 'Myc.Ast.Attributes.pas',
Myc.Ast.Json.Schema in '..\Src\AST\Myc.Ast.Json.Schema.pas';
Myc.Ast.Json.Schema in '..\Src\AST\Myc.Ast.Json.Schema.pas',
Myc.Ast.RTL.Math in '..\Src\AST\Myc.Ast.RTL.Math.pas',
Myc.Ast.RTL.DateTime in '..\Src\AST\Myc.Ast.RTL.DateTime.pas',
Myc.Ast.RTL.Series in '..\Src\AST\Myc.Ast.RTL.Series.pas';
{$R *.res}
+3
View File
@@ -176,6 +176,9 @@
<DCCReference Include="..\Src\AST\Myc.Ast.Json.Schema.Old.pas"/>
<DCCReference Include="Myc.Ast.Attributes.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.Json.Schema.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.Math.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.DateTime.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.Series.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>