envlang-csharp/T4/Generators.cs
2020-08-16 00:45:07 +00:00

8 lines
168 B
C#

// Run with: sh ./T4/Generators.sh
public static class Generators {
public static void Generate() {
AstGenerator.Generate();
LexerGenerator.Generate();
}
}