We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sparrow source files should be treated as modules. Modules could be compiled independently. Rework the "import" model.
Some of the features of Sparrow modules:
The text was updated successfully, but these errors were encountered:
With #21 we added the functionality to the semantics of the Sparrow. We still don't have proper separate compilation.
Sorry, something went wrong.
lucteo
No branches or pull requests
Sparrow source files should be treated as modules. Modules could be compiled independently. Rework the "import" model.
Some of the features of Sparrow modules:
using & non-using imports-- imports always generate using declsThe text was updated successfully, but these errors were encountered: