Marist-CMPT331-TOPL / adder

Adder is a small but usable subset of the Python language. It is named for the Blackadder comedy series, much as the Python language is named for Monty Python.
MIT License
0 stars 2 forks source link

Varca work #56

Open rvarca22 opened 1 year ago

rvarca22 commented 1 year ago

Attempted resultOf IfStmt and IfExp in interpreter

rvarca22 commented 1 year ago

Issues at the moment:

Tientuine commented 1 year ago

Issues at the moment:

* interpreter doesn't accept my 'where' clauses

* if I delete the where,  interpreter doesn't accept my '=' sign...

See my review comments, they explain the issue (missing else). This does not mean that you have to add support for else in the Adder language yet, it just means that in your Haskell code you can't leave out the else.