42-archive/42sh/src/lexer
2017-02-19 15:03:51 +01:00
..
command_getoutput.c bquotes expand correctly but segfault afterwards... 2017-02-13 15:31:21 +01:00
expand_bquotes.c bquotes expand correctly /w single quotes and double quotes 2017-02-17 16:39:28 +01:00
get_lexer_stack.c heredoc starting to work; goto do multiple heredoc and execution part 2017-02-14 20:32:34 +01:00
get_state_global.c backslash should work, also keep NL when they are quoted 2017-02-12 18:11:59 +01:00
get_state_redir.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_backslash.c first batch of fixes on lexer and bquote expansion 2017-02-14 14:54:01 +01:00
lexer_bquote.c doing some bquote expansion fix 2017-02-17 15:49:03 +01:00
lexer_comment.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_default.c initial implementation looks ok, parenthesis needs fix 2017-02-10 05:19:26 +01:00
lexer_delim.c backquote expansion checks for splitting 2017-02-13 17:46:56 +01:00
lexer_dless.c merged heredoc support; moved history/ into src/ because of makefile 2017-02-15 07:06:57 +01:00
lexer_dquote.c doing some bquote expansion fix 2017-02-17 15:49:03 +01:00
lexer_end.c multiple heredocs on one line word OK 2017-02-15 00:00:39 +01:00
lexer_great.c lexing problems w/ less and great 2017-02-19 15:03:51 +01:00
lexer_greatand.c lexer function increment lexer.pos not lexer.str 2017-02-19 14:43:45 +01:00
lexer_init.c heredoc starting to work; goto do multiple heredoc and execution part 2017-02-14 20:32:34 +01:00
lexer_less.c lexing problems w/ less and great 2017-02-19 15:03:51 +01:00
lexer_lessand.c lexer function increment lexer.pos not lexer.str 2017-02-19 14:43:45 +01:00
lexer_lex.c multiple heredocs on one line word OK 2017-02-15 00:00:39 +01:00
lexer_newline.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_number.c first batch of fixes on lexer and bquote expansion 2017-02-14 14:54:01 +01:00
lexer_paren.c initial implementation looks ok, parenthesis needs fix 2017-02-10 05:19:26 +01:00
lexer_quote.c doing some bquote expansion fix 2017-02-17 15:49:03 +01:00
lexer_sep.c multiple heredocs on one line word OK 2017-02-15 00:00:39 +01:00
lexer_word.c initial implementation looks ok, parenthesis needs fix 2017-02-10 05:19:26 +01:00
reduce_parens.c added parsing error when words follow a subshell 2017-02-06 14:42:21 +01:00
stack_to_prompt.c doing some bquote expansion fix 2017-02-17 15:49:03 +01:00
token_append.c merged new lexer/line-edit architecture 2017-02-14 01:16:54 +01:00
token_cmp_type.c change dir name 2017-01-26 19:24:00 +01:00
token_free.c merged new lexer/line-edit architecture 2017-02-14 01:16:54 +01:00
token_init.c rectif memrealloc 2017-02-09 17:02:35 +01:00
token_print.c dquotes->bquotes 2017-02-10 13:38:49 +01:00