42-archive/42sh/src/lexer
2017-02-14 14:54:01 +01:00
..
command_getoutput.c bquotes expand correctly but segfault afterwards... 2017-02-13 15:31:21 +01:00
expand_bquotes.c first batch of fixes on lexer and bquote expansion 2017-02-14 14:54:01 +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 backquote expansion checks for splitting 2017-02-13 17:46:56 +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_dquote.c first batch of fixes on lexer and bquote expansion 2017-02-14 14:54:01 +01:00
lexer_end.c bquotes expansion refactoring for future norm checks; still need to preventh field splitting for dquoted bquotes; also need to fuse bquote expansion into the globbing module 2017-02-14 00:42:41 +01:00
lexer_great.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_greatand.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_less.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_lessand.c started to work on lexer_stack 2017-02-10 00:38:45 +01:00
lexer_lex.c backslash should work, also keep NL when they are quoted 2017-02-12 18:11:59 +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 initial implementation looks ok, parenthesis needs fix 2017-02-10 05:19:26 +01:00
lexer_sep.c started to work on lexer_stack 2017-02-10 00:38:45 +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 dquotes->bquotes 2017-02-10 13:38:49 +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