summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 16:44:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-21 16:44:51 +0200
commit25cdf9e38a7bf78b415edc6fa8827d3b7583db55 (patch)
tree53fc5424155710580357a49df0cb650b00185496 /TODO.org
parentTODO update, fuck alias (diff)
download42-minishell-25cdf9e38a7bf78b415edc6fa8827d3b7583db55.tar.gz
42-minishell-25cdf9e38a7bf78b415edc6fa8827d3b7583db55.tar.bz2
42-minishell-25cdf9e38a7bf78b415edc6fa8827d3b7583db55.tar.xz
42-minishell-25cdf9e38a7bf78b415edc6fa8827d3b7583db55.tar.zst
42-minishell-25cdf9e38a7bf78b415edc6fa8827d3b7583db55.zip
TODO update
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org23
1 files changed, 12 insertions, 11 deletions
diff --git a/TODO.org b/TODO.org
index a64a8c9..6090837 100644
--- a/TODO.org
+++ b/TODO.org
@@ -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]