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

Make AST node for IDs (Principal names / predicate argument names) #673

Open
aferr opened this issue Aug 19, 2022 · 0 comments
Open

Make AST node for IDs (Principal names / predicate argument names) #673

aferr opened this issue Aug 19, 2022 · 0 comments

Comments

@aferr
Copy link
Collaborator

aferr commented Aug 19, 2022

By doing this, we can also make sub-nodes for the "constant/literal" versions of IDs (the ones wrapped in quotes) vs the variable/non-constant ones (not wrapped in quotes).

At the moment, these cases are distinguished by checking the text in the node, which is not as good as having distinct types of nodes.

This is an issue that should probably only be worked on after we have done a language re-design on paper (because it may not be relevant afterwards).

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

No branches or pull requests

1 participant