bughelp wantedmachine filesparser/interpreter
Métricas do repositório
- Stars
- (4.978 estrelas)
- Métricas de merge de PR
- (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)
Description
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'
]