aboutsummaryrefslogtreecommitdiff
path: root/src/lexer/token.c
AgeCommit message (Expand)Author
2020-08-27Updated lexer to use t_tok_lst instead of t_ftlst and t_tokenCharles Cabergs
2020-08-27Renaming e_token_tag -> e_tokCharles Cabergs
2020-08-19Removing glob, Rewritting preprocessing with escape and interpolation onlyCharles Cabergs
2020-07-13update parent sticknass1pro
2020-06-23Fixing builtin which needed to not be run in a child process, Added exit builtinCharles
2020-06-15Refactoring redirection out of eval/cmd.c, Added tag check shortcutCharles
2020-06-14WIP: Added eval cmd with redirection and builtinsCharles
2020-06-13Update of token_ferif_sticknass1pro
2020-06-09Fixing 2 leaks in preprocessor and norming itCharles
2020-06-09Added iterpolation like bash according to lexer output (2 leaks)Charles