using Syntax.Parsing.Node; namespace Syntax.Parsing; public record SyntaxTree(string FilePath, string Namespace, List Definitions);