Agent-E11 / m_calc_rs

MIT License
0 stars 0 forks source link

Bug: assignment `a = a` breaks when calculated #6

Open Agent-E11 opened 7 months ago

Agent-E11 commented 7 months ago

a=a; a Will get stuck in an infinite loop. This should either be fixed in parse_assignments or substitute_assignments