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

Implementing syntax parser (non-POSIX extensions) #259

Open
1 of 9 tasks
Tracked by #41
magicant opened this issue May 13, 2023 · 0 comments
Open
1 of 9 tasks
Tracked by #41

Implementing syntax parser (non-POSIX extensions) #259

magicant opened this issue May 13, 2023 · 0 comments
Labels
tracker List of subtasks

Comments

@magicant
Copy link
Owner

magicant commented May 13, 2023

  • Configutation
    • Toggling non-POSIX extensions
  • Alias substitution
    • Global aliases
  • Redirections
    • Process redirections (<(foo), >(foo))
  • Word units
    • Dollar units ($...)
      • Parameter expansion with braces (${FOO})
        • Nested expansion (${${foo}})
        • Index (${foo[1]})
        • Substitution modifiers (${foo/bar/baz}, ${foo:/bar/baz}, ${foo/#bar/baz}, ${foo/%bar/baz}, ${foo//bar/baz})
      • Character expansion ($'\a')
  • Compound commands
    • Double bracket constructs ([[ ... ]])
  • Function definitions
    • With function keyword
@magicant magicant added the tracker List of subtasks label May 13, 2023
@magicant magicant mentioned this issue May 13, 2023
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracker List of subtasks
Projects
None yet
Development

No branches or pull requests

1 participant