second-state/SOLL

Parsing for exp (**) is wrong.

LFsWang opened this issue · 0 comments

  • a**b**c
    expected : a**(b**c)
    current result : (a**b)**c

image