zhangzhen0370

Results 2 comments of zhangzhen0370

> I'm guessing this due to the fact that Xcode is 15.82 GB ...hence generating/checking its code signature / hashes, etc simply takes a really long time :/ but, why...

``` rule "name test" "i can" salience 0 begin name="a\\" // 这样写,是给name赋值为a\\了,理解为最外层的双引号中的字符串是没转义,写的是什么就是什么 //如果想要给name赋值为a\,规则写成name="a\",在规则编译是报错:build rule from string err: [line 6:8 mismatched input '60' expecting END。 // 现有的引擎无法满足此种需求。望作者改进,谢谢。 end ```