stefankoegel / clickyEvaluation

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

List-comprehensions #30

Closed starkstark closed 8 years ago

starkstark commented 8 years ago

Addded List-comprehensions: parsing, typechecking, evaluation, web and testing

moved some functions to AST (extractBinding, extractIndex ...)

stefankoegel commented 8 years ago

Thanks.