新增UndefinedIdentifiersAsStrings选项并完善变量控制器
This commit is contained in:
@@ -95,6 +95,8 @@ namespace Convention.RScript.Parser
|
||||
public ExpressionParser(ExpressionContext context)
|
||||
{
|
||||
this.context = context;
|
||||
// 默认启用未定义标识符作为字符串的功能
|
||||
this.context.Options.UndefinedIdentifiersAsStrings = true;
|
||||
}
|
||||
|
||||
private readonly Dictionary<string, Type> CompileGenericExpressionTypen = new();
|
||||
|
||||
Reference in New Issue
Block a user