In the current grammar, "cos(x)/2" can be reduced the following two ways 1. Frac (cos ( x )) (2) 2. cos, Frac (( x )) (2) The [official asciimath parser](http://asciimath.org/) seems to chose the first option whereas this one chose the second…
In the current grammar, "cos(x)/2" can be reduced the following two ways
The official asciimath parser seems to chose the first option whereas this one chose the second…