mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
notes: add some usefull resources
This commit is contained in:
parent
ac905d0674
commit
c027eda58c
1 changed files with 16 additions and 0 deletions
16
NOTES.md
16
NOTES.md
|
|
@ -9,6 +9,22 @@ In case of difference between regular bash and posix bash, we decide to follow r
|
|||
## Ideas for testing
|
||||
* use prysk or shellspec with shell=./minishell
|
||||
|
||||
## Usefull resources
|
||||
|
||||
[Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html)
|
||||
|
||||
[Internal parsing & flow](https://mail.gnu.org/archive/html/help-bash/2014-01/msg00000.html)
|
||||
|
||||
[Python parser for bash](https://github.com/idank/bashlex)
|
||||
|
||||
[The Stages of Word Expansion](https://www.gnu.org/software/libc/manual/html_node/Expansion-Stages.html)
|
||||
|
||||
[Diagram of bash parse flow](https://web.archive.org/web/20160308045823/https://stuff.lhunath.com/parser.png)
|
||||
|
||||
[The Bash Parser](http://mywiki.wooledge.org/BashParser)
|
||||
|
||||
[The Architecture of Open Source Applications (Volume 1) The Bourne-Again Shell](https://aosabook.org/en/v1/bash.html)
|
||||
|
||||
## Shell Operation
|
||||
|
||||
cf. 3.1.1 Shell Operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue