diff options
-rw-r--r-- | TODO.org | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -59,24 +59,25 @@ ** TODO Parse error before p_line for scripts ** DONE Norm [2/2] CLOSED: [2020-10-03 Sat 14:46] - + [X] libft - + [X] minishell + + [X] libft + + [X] minishell ** DONE [ builtin <=== pretty cool yet simple stuff ( [ $a -eq 1 ] ) ** DONE alias ** DONE Read scripts ** DONE PSX rice ** DONE << [2/2] CLOSED: [2020-09-28 Mon 19:30] - + [X] base - + [X] <<- to skip tabs + + [X] base + + [X] <<- to skip tabs ** TODO if else [0/4] - + [ ] if - fi - + [ ] else - + [ ] else - + [ ] elif - + [ ] while - do - done - + [ ] for + + [ ] if - fi + + [ ] else + + [ ] else + + [ ] elif + + [ ] while - do - done + + [ ] for ** TODO Termcaps ** TODO -i option (alias and history in scripts, etc) ** TODO Simple arithmetics $((a + 1)) -** TODO & +** CANCELED & + CLOSED: [2020-10-21 Wed 16:41] |