1. Script项目添加了数组表达式的支持

2. EmitHelper添加了数组创建委托的构建
This commit is contained in:
fengjiayi
2025-07-31 11:21:49 +08:00
parent 85d04029dc
commit 827a9242ae
10 changed files with 254 additions and 105 deletions

View File

@@ -123,7 +123,7 @@
public override string ToString()
{
return $"token in {Row} row, type is \"{Type}\", value is \"{Value}\".";
return $"token in {Row} row, type is \"{Type}\", value is \"{Value}\"";
}
}