We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
${!ref}
The text was updated successfully, but these errors were encountered:
Details: the ${!ref} code in osh/word_eval.py should be changed to use a regex-based lexer to recognize a[K] where K is a constant.
osh/word_eval.py
a[K]
Then it can be shared with the -n code in core/state.py
-n
core/state.py
We probably don't want to support a[i+1+2*3], etc. because that's too much dynamic parsing
a[i+1+2*3]
Sorry, something went wrong.
May relate to IR in #604 , e.g. sh_lhs_expr
sh_lhs_expr
This is a dupe of #964 and #881
var ref is done, but nameref is a bit annoying
No branches or pull requests
${!ref}
context, although I may have patched around itThe text was updated successfully, but these errors were encountered: