Skip to content
  • Iavor S. Diatchki's avatar
    Update error message for malformed sub-ordinates. · 43034fc4
    Iavor S. Diatchki authored
    To make the parsing task a bit simpler, we allow sub-ordinate names
    on all imports/exports.  Because of this, malformed exports,
    such as `map(..)`  are not reported as a parsing error but, rather,
    they are detected in a later pass as an export of a missing type/class
    `map`.
    43034fc4