diff --git a/include/chardefs.h b/include/chardefs.h new file mode 100644 index 0000000..f56477c --- /dev/null +++ b/include/chardefs.h @@ -0,0 +1,20 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* chardefs.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: sede-san // readline(3), rl_clear_history(), // rl_on_new_line(), rl_replace_line(), // rl_redisplay() diff --git a/include/parser.h b/include/parser.h new file mode 100644 index 0000000..61fd6c7 --- /dev/null +++ b/include/parser.h @@ -0,0 +1,38 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* parser.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: sede-san