From fbff89d91c2a13155423bd83d2bbefd5d6891e23 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 5 Nov 2008 20:47:38 +0000 Subject: --- src/core/interpret.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/interpret.c') diff --git a/src/core/interpret.c b/src/core/interpret.c index c6b66de..67ebc22 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -984,18 +984,16 @@ _term(Interpret *p_interpret) { break; */ - /* case TT_PARANT_AL: { Token *p_token = p_interpret->p_token; _NEXT + _INTERPRET_ERROR("arrays not yet fully implemented", p_token); Token *p_token_arr = token_new_array(ARRAY_SIZE); - stack_push(p_interpret->p_stack, p_token_arr); - _INTERPRET_ERROR("arrays not yet fully implemented", p_token_arr); + //stack_push(p_interpret->p_stack, p_token_arr); } break; - */ case TT_PARANT_L: { -- cgit v1.2.3