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

IR: expressions can be literals of symbols #229

Merged
merged 3 commits into from
Oct 19, 2023
Merged

IR: expressions can be literals of symbols #229

merged 3 commits into from
Oct 19, 2023

Conversation

cristianoc
Copy link
Contributor

This allows to capture the symbol inside an expression when available. If the expression corresponds to a recognised metasymbol, then it will be that symbol. Otherwise it will be the string corresponding to the original code, but where the symbol names will be replaces for the corresponding parts of code.

This allows to capture the symbol inside an expression when available.
If the expression corresponds to a recognised metasymbol, then it will be that symbol. Otherwise it will be the string corresponding to the original code, but where the symbol names will be replaces for the corresponding parts of code.
@cristianoc cristianoc merged commit be36e67 into dev-2.3 Oct 19, 2023
4 checks passed
@cristianoc cristianoc deleted the expressions branch October 19, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant