File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ docs/manim/.venv/
77docs /manim /__pycache__ /
88docs /manim /media /
99docs /manim /build.bat
10- build-web
10+ build-web
11+ * emsdk
12+ . /emsdk
Original file line number Diff line number Diff line change 1- Subproject commit d6b88f4ffd8d6163aadb6ff48ca4b32ceec890dd
1+ Subproject commit a620cf1d71c62dfdfbb0c01fe0a371e2af2dda6c
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ vector<TokenOperator> handle_implicit(vector<TokenOperator>& tokens) {
6464 if (token.arity != Arity::NULLARY && token.op != Operator::RPAREN) continue ;
6565
6666 const TokenOperator& next = tokens[i + 1 ];
67- if (next.arity == Arity::NULLARY || next.op == Operator::LPAREN)
67+ if (next.arity == Arity::NULLARY || next.op == Operator::LPAREN || next. arity == Arity::UNARY)
6868 pos.push ({ i, times });
6969 }
7070
You can’t perform that action at this time.
0 commit comments