Lambda Calculus Parser Programming Paradigms Assignment
- Subject Code :
FIT2102
- Country :
Malaysia
Overview:Implement an interpreter that translates input strings into lambda calculus expressions using parser combinators in Haskell. This should highlight your
understanding of Haskell, functional programming, and its application; as well as lambda calculus. You will also need to write a report to demonstrate your knowledge and understanding.
Building and using the code:The code bundle is packaged the same way as tutorial code. To compile the code, run:
`stack build`. To run the main function, run: `stack run`