Pipe testing
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -292,8 +292,6 @@ implementation
|
|||||||
uses
|
uses
|
||||||
System.Generics.Defaults;
|
System.Generics.Defaults;
|
||||||
|
|
||||||
// ... (Keep existing implementation for other methods) ...
|
|
||||||
|
|
||||||
{ TAst }
|
{ TAst }
|
||||||
|
|
||||||
class constructor TAst.Create;
|
class constructor TAst.Create;
|
||||||
@@ -329,8 +327,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// ... (Keep existing Node Factory Methods) ...
|
|
||||||
|
|
||||||
class function TAst.Identifier(const AName: string; const Loc: ISourceLocation): IIdentifierNode;
|
class function TAst.Identifier(const AName: string; const Loc: ISourceLocation): IIdentifierNode;
|
||||||
begin
|
begin
|
||||||
var id := TIdentities.Identifier(AName, Loc);
|
var id := TIdentities.Identifier(AName, Loc);
|
||||||
|
|||||||
Reference in New Issue
Block a user