not working

This commit is contained in:
nub31
2025-06-22 20:00:07 +02:00
parent 2731830045
commit 23239405e4
16 changed files with 1257 additions and 746 deletions

View File

@@ -0,0 +1,5 @@
using Syntax.Parsing.Node;
namespace Syntax.Parsing;
public record SyntaxTree(string FilePath, string Namespace, List<DefinitionNode> Definitions);