Skip to content
Thomas Lee edited this page May 14, 2016 · 64 revisions

PA7

TODO

  • Jonathan: error handling for Parsing/Typechecking.

Design Decision

  1. continue
  2. class fields cannot be initialized (only declared). Initialized fields will be caught as a Syntax error.

##Questions to ask

  • Can we have methods declared twice (same signature or not) in different interface files? Within the same interface file?
Clone this wiki locally