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