I've been studying the constant propagation and peephole optimization implementation in your project, especially the approach in the peephole()method where constant folding is done directly during ...