Update WIP doc
This commit is contained in:
parent
6620fb42ff
commit
3811cdae80
1 changed files with 18 additions and 4 deletions
22
README.md
22
README.md
|
|
@ -83,9 +83,23 @@ You can use environment variables to alter some aspects:
|
||||||
|
|
||||||
# Work in progress
|
# Work in progress
|
||||||
|
|
||||||
The full POSIX syntax is supported,
|
The full POSIX syntax is supported and should produce a functioning result. <br>
|
||||||
however not all bash syntax is supported yet,
|
However not all bash syntax is supported yet.
|
||||||
for example `&>` and `|&` will produce unexpected results
|
|
||||||
|
## incomplete POSIX features
|
||||||
|
|
||||||
Some specific features are missing:
|
|
||||||
- `$(())` arithmetics are not minimized
|
- `$(())` arithmetics are not minimized
|
||||||
|
|
||||||
|
## Known bash issues
|
||||||
|
|
||||||
|
- `&>` and `>&` are not supported
|
||||||
|
- `|&` is not supported
|
||||||
|
- `<<<` is not supported
|
||||||
|
- `<()` is not supported
|
||||||
|
- `${!VAR}` does not register as a variable
|
||||||
|
- Extended globs (`*()`) are not supported
|
||||||
|
- `(())` creates two subshells instead of one object
|
||||||
|
|
||||||
|
## Debashifying
|
||||||
|
|
||||||
|
Work to debashify scripts is planned
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue