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

Parsing length modifier for parameter expansion #42

Merged
merged 5 commits into from
May 21, 2021
Merged

Conversation

magicant
Copy link
Owner

@magicant magicant commented May 17, 2021

  • Define syntax
  • Implement Display for the new syntax
  • Modify existing parser tests to check the resultant modifiers
  • Parse the modifier
  • Parse line continuations on the modifier
  • Refactor

${##}, ${#-} and ${#?} yield the length modifier.

@magicant magicant self-assigned this May 17, 2021
@magicant magicant marked this pull request as ready for review May 21, 2021 13:47
@magicant magicant merged commit b359627 into master May 21, 2021
@magicant magicant deleted the param_parser branch May 21, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant