bughelp wantedmachine filesparser/interpreter
仓库指标
- 星标
- (4,978 个星标)
- PR 合并指标
- (平均合并 139天 13小时) (30 天内合并 51 个 PR)
描述
A parsing error is thrown if a closing bracket in a cross file appears at the beginning of the line.
For example, this works:
c_args = [
'-DFOO'
]
...but this doesn't:
c_args = [
'-DFOO'
]