forked from kscience/kmath
Fix operators in reference
This commit is contained in:
parent
a5499260fa
commit
f8383deb70
@ -46,13 +46,12 @@ powChain
|
||||
: term (POW term)*
|
||||
;
|
||||
|
||||
|
||||
divMulChain
|
||||
: powChain ((PLUS | MINUS) powChain)*
|
||||
: powChain ((DIV | MUL) powChain)*
|
||||
;
|
||||
|
||||
subSumChain
|
||||
: divMulChain ((DIV | MUL) divMulChain)*
|
||||
: divMulChain ((PLUS | MINUS) divMulChain)*
|
||||
;
|
||||
|
||||
rootParser
|
||||
|
Loading…
Reference in New Issue
Block a user