stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions
MIT License
20 stars 4 forks source link

Implement let expressions #22

Closed stefankoegel closed 6 years ago

stefankoegel commented 8 years ago
let ... in ...

can be parsed, but not evaluated or displayed in the web front end. This does also concern the problem of handling variable capture...

stefankoegel commented 6 years ago

Done by Manuel