aboutsummaryrefslogtreecommitdiff
path: root/include/lexer.h
AgeCommit message (Collapse)Author
2020-09-14Renaming lexer status variableCharles Cabergs
2020-09-14test error lexer quotenass1pro
2020-09-13Refactoring eval file structure, Added comment to builtinCharles Cabergs
2020-09-13Refactoring lexer/trim by removing the unecessary allocationCharles Cabergs
2020-09-13Refactoring lexer to understand itCharles Cabergs
2020-09-11Removing command local variableCharles Cabergs
2020-09-10update lexer in len_until_sepnass1pro
2020-09-09Re Added cmd variableCharles Cabergs
2020-08-28Cleaning parserCharles Cabergs
2020-08-27Fising tok_lst_new uninitialized next, Added tok_lst_debug, Fixing parse_cmdCharles Cabergs
2020-08-27Updated lexer to use t_tok_lst instead of t_ftlst and t_tokenCharles Cabergs
2020-08-27Renaming lexer function to frenchCharles Cabergs
2020-08-27Renaming e_token_tag -> e_tokCharles Cabergs
2020-08-19Removing glob, Rewritting preprocessing with escape and interpolation onlyCharles Cabergs
2020-07-20update eval_cmdnass1pro
2020-07-16uptade lexer.c '\\'nass1pro
2020-07-13test error gestionnass1pro
2020-07-13update parent sticknass1pro
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-19Update parser_errornass1pro
2020-06-17Show nass the power of parser combinatorCharles
2020-06-15Update lexernass1pro
2020-06-15change name functionnass1pro
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-14Change LTAG -> TAG in lexer.hnass1pro
2020-06-13Merge remote-tracking branch 'origin/lexer'Charles
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 lexer draftnass1pro