2024-04-20 22:23:29 +08:00
|
|
|
|
using System.CommandLine;
|
|
|
|
|
using Canon.Console.Extensions;
|
2024-03-09 20:11:27 +08:00
|
|
|
|
|
2024-04-20 22:23:29 +08:00
|
|
|
|
RootCommand rootCommand = new("Canon Pascal Compiler (PASCC).");
|
|
|
|
|
rootCommand.SetCompile();
|
|
|
|
|
|
|
|
|
|
await rootCommand.InvokeAsync(args);
|