mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Shell: Parse a pipe sequence inside $(...)
This commit is contained in:
parent
8e078cf4ab
commit
42304d7bf1
Notes:
sideshowbarker
2024-07-19 05:09:16 +09:00
Author: https://github.com/alimpfard
Commit: 42304d7bf1
Pull-request: https://github.com/SerenityOS/serenity/pull/2542
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
4 changed files with 36 additions and 25 deletions
|
@ -125,7 +125,8 @@ expression :: evaluate expression?
|
|||
| comment expession?
|
||||
| '(' list_expression ')' expression?
|
||||
|
||||
evaluate :: '$' expression {eval / dynamic resolve}
|
||||
evaluate :: '$' '(' pipe_sequence ')'
|
||||
| '$' expression {eval / dynamic resolve}
|
||||
|
||||
string_composite :: string string_composite?
|
||||
| variable string_composite?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue