Introducing support for imports without the alias #44
Merged
nikololiahim merged 7 commits intomasterfrom May 15, 2022
Merged
Conversation
Changes affect parser, EOAST, pretty-printer, and related tests. Co-Authored-By: Mihail Olokin <45356788+nikololiahim@users.noreply.github.com>
… account Predef was move up in the source file for the ease of modification. Meta-aliases are added to the initial context that the algorithm references to get locator information.
The removed keywords need to be imported before use, as such it is unreasonable to include them in predef
added 3 commits
April 24, 2022 22:30
nikololiahim
approved these changes
May 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR, imports refer to such constructs in EO:
or
The functionality of the following modules has been updated to support imports without aliases:
1. Parser
2. AST
3. Pretty-printer
4. Context (setting locators)
5. Tests
This PR closes #15