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

English work #68

Closed MaxEnglish closed 1 year ago

MaxEnglish commented 1 year ago

-Parser is yelling at me a lot and I'm not sure what's the matter with the code I have written there. -I remember you said that I'd only need to use resultOfStmts once per function, but I'm not sure how to do that so I just did what I was comfortable with. -I realize that you need an else stmt for every if-then-else in Haskell but for ifstmt and ifelif stmt I don't want an else. I believe that's why it's throwing an error for me. How can I circumvent this?

MaxEnglish commented 1 year ago

Check "Prescribed Changes" commit for latest work