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

Implement function to get value from environemt via $ or ${} #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Yaraslaut
Copy link
Member

Closes #10

Copy link
Member

@christianparpart christianparpart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some comments on naming only, I think (for now).
I'd like to think about the parsing later (with a little bit more time), also with string interpolation in mind (which is still missing)

src/shell/ASTPrinter.cpp Outdated Show resolved Hide resolved
src/shell/Shell.cpp Outdated Show resolved Hide resolved
src/shell/IRGenerator.cpp Outdated Show resolved Hide resolved
@christianparpart christianparpart force-pushed the improvement/implement_get branch from 8f1eb23 to ad3bf90 Compare January 20, 2024 21:05
@christianparpart
Copy link
Member

@Yaraslaut FYI, I did git rebase to resolve the merge conflicts.

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.

variable substitution $var and ${var}
2 participants