Allow zero or multiple imported names.

This commit is contained in:
Bob Nystrom
2015-02-17 07:32:33 -08:00
parent 31304ac2bb
commit b2ca4c0381
11 changed files with 44 additions and 30 deletions
@@ -1,6 +1,4 @@
// TODO: Use comma-separated list.
import "module" for Module
import "module" for Other
import "module" for Module, Other
IO.print(Module) // expect: before