AST
This commit is contained in:
+3
-1
@@ -33,7 +33,9 @@ uses
|
||||
TestDataTypes in '..\Src\Data\TestDataTypes.pas',
|
||||
Myc.Data.Types.Method in '..\Src\Data\Myc.Data.Types.Method.pas',
|
||||
Myc.Data.Types.Void in '..\Src\Data\Myc.Data.Types.Void.pas',
|
||||
Myc.Data.Types.Decimal in '..\Src\Data\Myc.Data.Types.Decimal.pas';
|
||||
Myc.Data.Types.Decimal in '..\Src\Data\Myc.Data.Types.Decimal.pas',
|
||||
Myc.Ast in '..\Src\AST\Myc.Ast.pas',
|
||||
TestAst in '..\Src\AST\TestAst.pas';
|
||||
|
||||
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
|
||||
{$IFNDEF TESTINSIGHT}
|
||||
|
||||
Reference in New Issue
Block a user