forgot to implement negative numbers oops - can be handled in the syntax analysis cases: - [ ] assignment statements `c = -10` - [ ] parameters in function calls? `gcd(10, -2)`
forgot to implement negative numbers oops - can be handled in the syntax analysis
cases:
c = -10gcd(10, -2)