Skip to content
New issue

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

only FQN is accepted as atom result, which is wrong #3648

Open
yegor256 opened this issue Dec 12, 2024 · 1 comment
Open

only FQN is accepted as atom result, which is wrong #3648

yegor256 opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels

Comments

@yegor256
Copy link
Member

Currently, we can't write this:

[] > foo /number

We can, but the number will be interpreted as Q.number. Let's add a resolver of atom result names, similar to how we resolve object names:

[] > foo
  number > x

Here, number means Q.org.eolang.number.

@yegor256
Copy link
Member Author

@maxonfjvipon please, help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants