package de.dhbwstuttgart.parser; public record SourceLoc(String file, int line) { }