Run the code/finalversion/resugar.rkt
First, modify language model in model.rkt
- Add Grammar rule(Some examples in the function).
- Add Reduction rule.
- Add Context rule.
Then add expression to resugar.rkt
- call/cc sugar
- better discussion in chapter3
- content of conclusion?