clean subshell
This commit is contained in:
parent
cba548d0ae
commit
314daa62a6
3 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
|
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2017/03/05 17:28:31 by ariard #+# #+# */
|
/* Created: 2017/03/05 17:28:31 by ariard #+# #+# */
|
||||||
/* Updated: 2017/03/05 18:15:40 by ariard ### ########.fr */
|
/* Updated: 2017/03/05 18:19:26 by ariard ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
|
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2017/02/09 20:15:35 by ariard #+# #+# */
|
/* Created: 2017/02/09 20:15:35 by ariard #+# #+# */
|
||||||
/* Updated: 2017/03/04 16:50:44 by ariard ### ########.fr */
|
/* Updated: 2017/03/05 18:23:57 by ariard ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -45,6 +45,8 @@ t_errormatch g_errormatch[] =
|
||||||
{TK_FOR, "for"},
|
{TK_FOR, "for"},
|
||||||
{TK_LBRACE, "{"},
|
{TK_LBRACE, "{"},
|
||||||
{TK_RBRACE, "}"},
|
{TK_RBRACE, "}"},
|
||||||
|
{TK_PAREN_OPEN, "("},
|
||||||
|
{TK_PAREN_CLOSE, ")"},
|
||||||
{TK_BANG, "!"},
|
{TK_BANG, "!"},
|
||||||
{TK_IN, "in"},
|
{TK_IN, "in"},
|
||||||
{0, NULL},
|
{0, NULL},
|
||||||
|
|
|
||||||
|
|
@ -472,7 +472,6 @@ t_stackmatch g_stackmatch[] =
|
||||||
{TK_PAREN_CLOSE, PIPE_SEMI_SEQUENCE},
|
{TK_PAREN_CLOSE, PIPE_SEMI_SEQUENCE},
|
||||||
{TK_PAREN_CLOSE, CASE_LIST_NS},
|
{TK_PAREN_CLOSE, CASE_LIST_NS},
|
||||||
{TK_PAREN_CLOSE, PROGRAM},
|
{TK_PAREN_CLOSE, PROGRAM},
|
||||||
{TK_PAREN_CLOSE, TK_PAREN_OPEN},
|
|
||||||
{TK_PAREN_CLOSE, TK_LBRACE},
|
{TK_PAREN_CLOSE, TK_LBRACE},
|
||||||
{TK_PAREN_CLOSE, PATTERN_CASE},
|
{TK_PAREN_CLOSE, PATTERN_CASE},
|
||||||
{TK_PAREN_CLOSE, PATTERN},
|
{TK_PAREN_CLOSE, PATTERN},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue