Haskell Programming -- 2
Budget: £20 – £250 GBP
Create an emitter (also called a “pretty-printer”) for
an Abstract Syntax Tree (AST) in Haskell.
This task is divided into 2 parts. For the first part (deadline 7, March 2022), you have to explain in no more than a single page how you intend to create a pretty printer for the AST instance.
As for the second part(deadline,18, March 2022), you have to write the code for the AST datatype and the pretty printer. (More description and code templates can be accessed through the following link)
https://drive.google.com/file/d/13O1rarX5KcrpY8YgsTlBeYi_n8olvXv3/view?usp=sharing
an Abstract Syntax Tree (AST) in Haskell.
This task is divided into 2 parts. For the first part (deadline 7, March 2022), you have to explain in no more than a single page how you intend to create a pretty printer for the AST instance.
As for the second part(deadline,18, March 2022), you have to write the code for the AST datatype and the pretty printer. (More description and code templates can be accessed through the following link)
https://drive.google.com/file/d/13O1rarX5KcrpY8YgsTlBeYi_n8olvXv3/view?usp=sharing