namespace meowlang.parser; public record Span(string Filename, int From, int To, int Line);