aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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
2020-06-16Test travisnass1pro
2020-06-16Update parsenass1pro
2020-06-16Test main.cnass1pro
2020-06-16Update lexer/trimnass1pro
2020-06-16Merge branch 'parse_cmd' into evalCharles
2020-06-15Add redir parsenass1pro
2020-06-15Update lexer stick OKnass1pro
2020-06-15Update lexernass1pro
2020-06-15Testing travis with minishell_testCharles