Fix issue that parsing special expression is uncorrected, and fix code duplication.
1. expression is like (out.size(0)), which is the initialization of a tuple, parameter is a function call. When parsing parameters of the function call, the first'(' and last ')' characters of the tuple must be skip. 2. code duplication: two cases are combined.
Showing
想要评论请 注册 或 登录