| Age | Commit message (Expand) | Author |
| 2020-10-10 | Norming lexer | Charles Cabergs |
| 2020-10-09 | Norming header, Fixing mistakes detected by static analyser | Charles Cabergs |
| 2020-10-08 | Added tok_lst_pop_front wrapper | Charles Cabergs |
| 2020-10-06 | Fixing error status on mac, Fixing parser pipeline segfault, Fixing pipeline ... | Charles Cabergs |
| 2020-09-15 | Added lexer quote mismatch error message, Fixing escape on last character | Charles Cabergs |
| 2020-09-14 | Renaming lexer status variable | Charles Cabergs |
| 2020-09-14 | test error lexer quote | nass1pro |
| 2020-09-13 | Refactoring eval file structure, Added comment to builtin | Charles Cabergs |
| 2020-09-13 | Refactoring lexer/trim by removing the unecessary allocation | Charles Cabergs |
| 2020-09-13 | Refactoring lexer to understand it | Charles Cabergs |
| 2020-09-11 | Removing command local variable | Charles Cabergs |
| 2020-09-10 | update lexer in len_until_sep | nass1pro |
| 2020-09-09 | Re Added cmd variable | Charles Cabergs |
| 2020-08-28 | Cleaning parser | Charles Cabergs |
| 2020-08-27 | Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmd | Charles Cabergs |
| 2020-08-27 | Updated lexer to use t_tok_lst instead of t_ftlst and t_token | Charles Cabergs |
| 2020-08-27 | Renaming lexer function to french | Charles Cabergs |
| 2020-08-27 | Renaming e_token_tag -> e_tok | Charles Cabergs |
| 2020-08-19 | Removing glob, Rewritting preprocessing with escape and interpolation only | Charles Cabergs |
| 2020-07-20 | update eval_cmd | nass1pro |
| 2020-07-16 | uptade lexer.c '\\' | nass1pro |
| 2020-07-13 | test error gestion | nass1pro |
| 2020-07-13 | update parent stick | nass1pro |
| 2020-06-23 | Fixing builtin which needed to not be run in a child process, Added exit builtin | Charles |
| 2020-06-19 | Update parser_error | nass1pro |
| 2020-06-17 | Show nass the power of parser combinator | Charles |
| 2020-06-15 | Update lexer | nass1pro |
| 2020-06-15 | change name function | nass1pro |
| 2020-06-15 | Merge branch 'parser' | Charles |
| 2020-06-15 | ADD redir_parse draft | nass1pro |
| 2020-06-15 | Refactoring redirection out of eval/cmd.c, Added tag check shortcut | Charles |
| 2020-06-14 | Change LTAG -> TAG in lexer.h | nass1pro |
| 2020-06-13 | Merge remote-tracking branch 'origin/lexer' | Charles |
| 2020-06-13 | Added e_token enum | nass1pro |
| 2020-06-12 | Added preprocess escape with backslash, sticky str merge, travis CI before merge | Charles |
| 2020-06-09 | Fixing 2 leaks in preprocessor and norming it | Charles |
| 2020-06-09 | Added iterpolation like bash according to lexer output (2 leaks) | Charles |
| 2020-06-09 | Added lexer draft | nass1pro |