namespace Nub.Lang.Frontend.Parsing; public class BlockNode(List statements) : Node { public List Statements { get; } = statements; }