-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
We should be able to drop
rust-code-analysis/tree-sitter-mozcpp/grammar.js
Lines 19 to 38 in 1c3c663
| operator_name: $ => token(seq( | |
| 'operator', | |
| /\s*/, | |
| choice( | |
| '+', '-', '*', '/', '%', | |
| '^', '&', '|', '~', | |
| '!', '=', '<', '>', | |
| '+=', '-=', '*=', '/=', '%=', '^=', '&=', '|=', | |
| '<<', '>>', '>>=', '<<=', | |
| '==', '!=', '<=', '>=', | |
| '&&', '||', | |
| '++', '--', | |
| ',', | |
| '->*', | |
| '->', | |
| '()', '[]', | |
| 'new', 'delete', | |
| 'new[]', 'delete[]', | |
| ) | |
| )), |
We should try to drop it, regenerate grammar and check that there are no differences in metrics.
Metadata
Metadata
Assignees
Labels
No labels