enso/app/gui/language/parser
Adam Obuchowicz c4a7e28fb5
Recognize unqualified import syntax in double representation library. (#3816)
Fixes [#183511669](https://www.pivotaltracker.com/story/show/183511669)

This PR improves the `ImportInfo` structure from Double Representation crate so it provides information what names are brought into the scope with this import. The from_ast method also recognized [various ways of defining imports](https://github.com/enso-org/enso/blob/develop/docs/syntax/imports.md)

# Important Notes
The parser seems to not recognize properly imports with aliases. I have not fixed that, as we expect a new parser to be merged very soon.
2022-10-27 13:22:06 +00:00
..
src Build script merge (#3743) 2022-10-10 23:38:48 +02:00
tests Recognize unqualified import syntax in double representation library. (#3816) 2022-10-27 13:22:06 +00:00
.gitignore Refactor gui/src/rust/ide to two app/gui and app/ide-desktop (#3157) 2021-11-16 10:04:56 +01:00
build.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
Cargo.toml Build script merge (#3743) 2022-10-10 23:38:48 +02:00