diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-05 20:47:38 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-05 20:47:38 +0000 |
| commit | fbff89d91c2a13155423bd83d2bbefd5d6891e23 (patch) | |
| tree | f470156c455abe95803f4824ecf0a0bca43571c4 /src/core | |
| parent | 7575536c805e379b009630947e72f636c006751f (diff) | |
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/interpret.c | 6 |
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: { |
