aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)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-14Refactoring error handling during parsingCharles
2020-07-13test error gestionnass1pro
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-19Merge branch 'parse_cmd'Charles
2020-06-19Update parser_errornass1pro
2020-06-19Added parenthesis handling in eval (not tested)Charles
2020-06-18Merge branch 'master' into parse_cmdnass1pro
2020-06-18Merge branch 'builtin'Charles
2020-06-18Merge branch 'parse_cmd'Charles
2020-06-18Change parsenass1pro
2020-06-18Change parsenass1pro
2020-06-17Show nass the power of parser combinatorCharles
2020-06-17Update line opnass1pro
2020-06-17Added (basic) operator evaluationCharles
2020-06-17Added env_export and env_keycmpCharles
2020-06-15Update lexernass1pro
2020-06-15change name functionnass1pro
2020-06-15Change name function parsenass1pro
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 t_ret in ast.hnass1pro
2020-06-14Change LTAG -> TAG in lexer.hnass1pro
2020-06-14Add t_ret in ast.hnass1pro
2020-06-13Merge remote-tracking branch 'origin/lexer'Charles
2020-06-13Fixing multiple definition of lexerCharles
2020-06-13Added e_token enumnass1pro
2020-06-12Added preprocess escape with backslash, sticky str merge, travis CI before mergeCharles
2020-06-09Fixing 2 leaks in preprocessor and norming itCharles
2020-06-09Added iterpolation like bash according to lexer output (2 leaks)Charles
2020-06-09Added make with multiple jobs and making merge compileCharles
2020-06-09Merge branch 'eval'Charles
2020-06-09Added lexer draftnass1pro
2020-05-04Removing data name in ast union, io_frame, root line ast tagCharles
2020-04-05Preprocessing (glob and iterpolation) draft (not tested)Charles
2020-04-04Glob logic mainly doneCharles
2020-04-03Refactoring env, connecting pipes, preprocess draftCharles