Skip to content

Commit

Permalink
Handle missing org-name in import
Browse files Browse the repository at this point in the history
Fixes #514.
  • Loading branch information
jclark committed May 12, 2020
1 parent cf1be15 commit 1364866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -7105,6 +7105,10 @@ <h3>Import declaration</h3>
qualified-identifier := module-prefix <code>:</code> identifier
</pre>
<p>
If org-name is omitted, it is defaulted from the organization of the importing
module.
</p>
<p>
A <code>module-prefix</code> is a name that is used locally within the source of
a module to refer to another module. A <code>module-prefix</code> in a
qualified-identifier must refer to a <code>module-prefix</code> specified in an
Expand Down

0 comments on commit 1364866

Please sign in to comment.