Lightweight-Resugaring-using-PLT-Redex
To run the example
Run the code/finalversion/resugar.rkt
To write sugar (in code/finalversion folder)
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
todolist
- call/cc sugar
- better discussion in chapter3
- content of conclusion?