Add support for assignment statements like `a = 5`, `b = a + 5`, etc. Also add support for arithmetic assignments like `a *= 10` and `a++`