namespace Parser { public class CompilationContext { public static CompilationContext Empty => new CompilationContext(); } }