diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-04 23:24:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-04 23:24:42 +0000 |
| commit | d2713783c48ca9fbdd6f4ea3aab03fe856fdd52a (patch) | |
| tree | 3d78a409ab9949319285d26403dd6b9d8bf2067f /src/core/interpret.c | |
| parent | f0b2170a9c769425082604c9e9252ba422902f3e (diff) | |
big step forward for arrays in fype.
Diffstat (limited to 'src/core/interpret.c')
| -rw-r--r-- | src/core/interpret.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/interpret.c b/src/core/interpret.c index 098111b..c6b66de 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -801,6 +801,7 @@ _term(Interpret *p_interpret) { case TT_INTEGER: case TT_DOUBLE: case TT_STRING: + case TT_ARRAY: stack_push(p_interpret->p_stack, p_interpret->p_token); _NEXT return (1); |
