aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-19Lexer update function create_token_listnass1pro
2020-07-19Fixing cd error messages, Fixing glob on linksCharles
2020-07-18Added parser syntax errornass1pro
2020-07-18Fixing exit error message and overflow detectionCharles
2020-07-18lexer OK, Added escape handlingnass1pro
2020-07-18update len_is_not_sep in lexer.c for '\'nass1pro
2020-07-18Fixing cmd_variable with same names with env_export, Refactoring signal and ↵Charles
prompt out of main
2020-07-16update funct len_is_not_sepnass1pro
2020-07-16uptade lexer.c '\\'nass1pro
2020-07-15Added cmd local/exported environment variable (WIP, still a few edge cases)Charles
2020-07-15Added export/unset builtin error message and status codeCharles
2020-07-15Added g_basename global for error message prefixCharles
2020-07-14update lexernass1pro
2020-07-14Refactoring error handling during parsingCharles
2020-07-14uptdate errornass1pro
2020-07-13test error gestionnass1pro
2020-07-13Added lexer debug optionCharles
2020-07-13Merge branch 'master' of https://github.com/HappyTramp/minishellnass1pro
2020-07-13update parent sticknass1pro
2020-07-13Added signal interupt and signal quitCharles
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-19Fixing parse_cmd redirection parsingCharles
2020-06-19Parenthesis working, Added getline loop in mainCharles
2020-06-19Fixed ast_printCharles
2020-06-19Merge branch 'parse_cmd'Charles
2020-06-19Update parser_errornass1pro
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-18Fixing little bug in env_searchCharles
2020-06-18Pull minishell_testnass1pro
2020-06-18Merge branch 'master' into parse_cmdnass1pro
2020-06-18Merge branch 'builtin'Charles
2020-06-18Added Builtin cd and exportnass1pro
2020-06-18Merge branch 'builtin'Charles
2020-06-18Merge branch 'parse_cmd'Charles
2020-06-18Change parsenass1pro
2020-06-18Change parsenass1pro
2020-06-18Clean parsenass1pro
2020-06-18Fixing parse_expr and parse_op to work with parenthesisCharles
2020-06-17Added parse_expr draftCharles
2020-06-17Show nass the power of parser combinatorCharles
2020-06-17Update line opnass1pro
2020-06-17Added (basic) operator evaluationCharles
2020-06-17Clean lexenass1pro
2020-06-17Merge branch 'builtin' of https://github.com/HappyTramp/minishell into builtinnass1pro
2020-06-17Fixing (mostly) glob with absolute pathCharles
2020-06-17Update cd,exportnass1pro
2020-06-17Added env_export and env_keycmpCharles
2020-06-16Merge branch 'parse_cmd' into evalCharles
2020-06-16main for testingnass1pro
2020-06-16Update redire in parsenass1pro