7 lines
147 B
C#
7 lines
147 B
C#
namespace Parser
|
|
{
|
|
public class CompilationContext
|
|
{
|
|
public static CompilationContext Empty => new CompilationContext();
|
|
}
|
|
} |