bughelp wantedmachine filesparser/interpreter
Metriche repository
- Star
- (4978 stelle)
- Metriche merge PR
- (Merge medio 139g 13h) (51 PR mergiate in 30 g)
Descrizione
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'
]