iheartla icon indicating copy to clipboard operation
iheartla copied to clipboard

Can't sum negative sequence

Open yig opened this issue 3 years ago • 0 comments

The following code produces an error:

∑_i -a_i
where
a_i ∈ ℝ

Web Compiler Link

The error I get is:

tatsu.exceptions.FailedLeftRecursion: (1:5) infinite left recursion :
∑_i -a_i
    ^
term
sum_operator
operations
factor
term
expression
right_hand_side
statement
statements
valid_block
start

yig avatar Jan 12 '23 02:01 yig