We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a032ad commit 6d1de41Copy full SHA for 6d1de41
src/js/base/pyret-grammar.bnf
@@ -131,7 +131,6 @@ id-expr: NAME
131
prim-expr: num-expr | frac-expr | rfrac-expr | bool-expr | string-expr
132
133
dim-expr: (LANGLE|LT) unit-expr (RANGLE|GT)
134
-# TODO(benmusch): Consider adding | (LANGLE|LT) NUMBER (RANGLE|GT)
135
unit-atom: (PARENNOSPACE|PARENSPACE) unit-expr RPAREN
136
| NAME
137
| unit-atom CARET NUMBER
0 commit comments