diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-13 21:01:18 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-13 21:01:18 +0200 |
| commit | c51d31b8b751585153500729c25ae2f02d179e45 (patch) | |
| tree | eab34e14508f5a2a3ad2c5d06c56afdd7ba72e9e /include/lexer.h | |
| parent | 490237aece240c05b5a9035665a88327e1be87ed (diff) | |
| download | minishell-c51d31b8b751585153500729c25ae2f02d179e45.tar.gz minishell-c51d31b8b751585153500729c25ae2f02d179e45.tar.bz2 minishell-c51d31b8b751585153500729c25ae2f02d179e45.zip | |
Refactoring eval file structure, Added comment to builtin
Diffstat (limited to 'include/lexer.h')
| -rw-r--r-- | include/lexer.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/lexer.h b/include/lexer.h index f4d4648..c477a4f 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -6,10 +6,15 @@ /* By: nahaddac <nahaddac@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/06/19 10:51:26 by nahaddac #+# #+# */ -/* Updated: 2020/09/13 18:06:35 by charles ### ########.fr */ +/* Updated: 2020/09/13 20:33:53 by charles ### ########.fr */ /* */ /* ************************************************************************** */ +/* +** \file lexer.h +** \brief Lexer module +*/ + #ifndef LEXER_H # define LEXER_H @@ -108,7 +113,6 @@ int lexer_sep(char input); int lexer_space(char *input); int quote_len(char *input, int i); - /* ** trim.c */ |
