EP Symbolization 构建作用域

This commit is contained in:
2025-07-07 00:28:37 +08:00
parent 522010e7cd
commit 71fc384095
4 changed files with 215 additions and 103 deletions

View File

@@ -10,10 +10,10 @@ public class Program
{
static void Main(string[] args)
{
var context = new SymbolizationRunner();
var runner = new SymbolizationRunner();
try
{
context.Compile("example_script.txt");
runner.Compile("example_script.txt");
Console.WriteLine("Script compiled successfully.");
}
catch (FileNotFoundException ex)