summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
committerPaul Buetow <paul@buetow.org>2008-11-05 20:47:38 +0000
commitfbff89d91c2a13155423bd83d2bbefd5d6891e23 (patch)
treef470156c455abe95803f4824ecf0a0bca43571c4 /src/core
parent7575536c805e379b009630947e72f636c006751f (diff)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/interpret.c6
1 files changed, 2 insertions, 4 deletions
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:
{