Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 575 Bytes

MIT6005-ps3

Problem Set 3: Expressivo

In this problem set, we will explore parsers, recursive data types, and equality for immutable types. Compared to the previous problem sets, we are imposing very few restrictions on how you structure your code. In addition, much of the code that you write for problems in this problem set will depend heavily on how you decided to implement earlier parts of the problem set. We strongly recommend that you read through the entire assignment before writing any code.