Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following table provides a comprehensive overview of POSIX Shell and Bash fe
| | `${!var}` indirect expansion | Not Supported | Fully Supported | Fully Supported | Variable indirection |
| | `${var[@]}` / `${var[*]}` array expansion | Not Supported | Fully Supported | Not Supported | Array element expansion |
| **Command Execution** | Pipelines | Fully Supported | Fully Supported | Fully Supported | Command chaining |
| | Logical AND / OR (`&&`, `||`) | Fully Supported | Fully Supported | Fully Supported | Conditional execution |
| | Logical AND / OR (`&&`, `\|\|`) | Fully Supported | Fully Supported | Fully Supported | Conditional execution |
| | Grouping (`( )`, `{ }`) | Fully Supported | Fully Supported | Fully Supported | Command grouping |
| | Subshell (`( )`) | Fully Supported | Fully Supported | Fully Supported | Isolated execution context |
| | Coprocesses (`coproc`) | Not Supported | Fully Supported | Not Supported | Bidirectional pipes |
Expand Down Expand Up @@ -335,4 +335,4 @@ assert_eq!(formatter.format(&node), "# This is a comment");

## License

This project is licensed under the [GPL-3.0 License](LICENSE). Copyright © [Raphael Amorim](https://github.com/raphamorim/).
This project is licensed under the [GPL-3.0 License](LICENSE). Copyright © [Raphael Amorim](https://github.com/raphamorim/).