erg_parser 0.6.53

The Erg parser
Documentation
1
2
3
4
x = 1
assert 3x.real + 1 == 4
assert 3(2+x) + 1 == 10
assert 2.1x + 1.2 >= 3.1