RTL enhancements

This commit is contained in:
Michael Schimmel
2025-09-19 15:05:20 +02:00
parent abbce15362
commit c31985935c
6 changed files with 439 additions and 264 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ uses
Myc.Ast.Traverser in '..\Src\AST\Myc.Ast.Traverser.pas',
Myc.Ast.Binding in '..\Src\AST\Myc.Ast.Binding.pas',
Myc.Ast.RTL in '..\Src\AST\Myc.Ast.RTL.pas',
Myc.Ast.Dumper in '..\Src\AST\Myc.Ast.Dumper.pas';
Myc.Ast.Dumper in '..\Src\AST\Myc.Ast.Dumper.pas',
Myc.Ast.RTL.Core in '..\Src\AST\Myc.Ast.RTL.Core.pas';
{$R *.res}
+1
View File
@@ -150,6 +150,7 @@
<DCCReference Include="..\Src\AST\Myc.Ast.Binding.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.Dumper.pas"/>
<DCCReference Include="..\Src\AST\Myc.Ast.RTL.Core.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>