aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-18Fixing little bug in env_searchCharles
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-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
2020-06-15change name functionnass1pro
2020-06-15Change name function parsenass1pro
2020-06-15Fixing by removing debug code in parserCharles
2020-06-15Merge branch 'parser'Charles
2020-06-15ADD redir_parse draftnass1pro
2020-06-15Refactoring redirection out of eval/cmd.c, Added tag check shortcutCharles
2020-06-15Fixing leaks (need refactoring)Charles
2020-06-14WIP: Added eval cmd with redirection and builtinsCharles
2020-06-14Change file cmdnass1pro
2020-06-14Added eval cmd and error handling draft, Updated preprocessing for listCharles
2020-06-14Added parse cmd draftnass1pro
2020-06-14Changing ast related struct and fixing functions accordinglyCharles
2020-06-14Change LTAG -> TAG in lexer.hnass1pro
2020-06-14Add t_ret in ast.hnass1pro
2020-06-13Update of token_ferif_sticknass1pro
2020-06-13Deleted files lexer_count_nb_elemen, lexer_len_and_mallnass1pro
2020-06-13Merge remote-tracking branch 'origin/lexer'Charles
2020-06-13Fixing multiple definition of lexerCharles
2020-06-13Added e_token enumnass1pro
2020-06-13add lexernass1pro
add single quote
2020-06-12Added preprocess escape with backslash, sticky str merge, travis CI before mergeCharles