test lien sommaire
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,5 @@
|
|||||||
## sommaire :
|
## sommaire :
|
||||||
|
---
|
||||||
- [1. todo list :](#markdown-header-1-todo-list)
|
- [1. todo list :](#markdown-header-1-todo-list)
|
||||||
- [2. parsing :](#markdown-header-2-parsing)
|
- [2. parsing :](#markdown-header-2-parsing)
|
||||||
- [2.1. methode arbre binaire :](#markdown-header-21-methode-arbre-binaire)
|
- [2.1. methode arbre binaire :](#markdown-header-21-methode-arbre-binaire)
|
||||||
@@ -13,8 +14,9 @@
|
|||||||
- [3.3. comportement reel chelou :](#markdown-header-33-comportement-reel-chelou)
|
- [3.3. comportement reel chelou :](#markdown-header-33-comportement-reel-chelou)
|
||||||
- [4. notes :](#markdown-header-4-notes)
|
- [4. notes :](#markdown-header-4-notes)
|
||||||
|
|
||||||
---
|
|
||||||
## 1. todo list :
|
## 1. todo list :
|
||||||
|
---
|
||||||
|
[go to sommaire](#markdown-header-sommaire)
|
||||||
|
|
||||||
- **global features :**
|
- **global features :**
|
||||||
- `prompt` *show a prompt*
|
- `prompt` *show a prompt*
|
||||||
@@ -51,9 +53,8 @@
|
|||||||
- `echo -n`
|
- `echo -n`
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 2. parsing :
|
## 2. parsing :
|
||||||
|
---
|
||||||
|
|
||||||
### 2.1 methode arbre binaire :
|
### 2.1 methode arbre binaire :
|
||||||
|
|
||||||
@@ -88,6 +89,7 @@ EXEMPLE : . .
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 3. gerer les quotes et la separation des arguments :
|
## 3. gerer les quotes et la separation des arguments :
|
||||||
|
---
|
||||||
|
|
||||||
### 3.1 tentative methode 1 :
|
### 3.1 tentative methode 1 :
|
||||||
|
|
||||||
@@ -288,8 +290,8 @@ _'___"___'___"_"___'___"___'_
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
|
||||||
## 4. notes :
|
## 4. notes :
|
||||||
|
---
|
||||||
|
|
||||||
Ordre Interpreteur :
|
Ordre Interpreteur :
|
||||||
1) Couper les mots (comment faire ? je ne vois pas comment gerer ce genre de bordel ci dessous)
|
1) Couper les mots (comment faire ? je ne vois pas comment gerer ce genre de bordel ci dessous)
|
||||||
|
|||||||
Reference in New Issue
Block a user