diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-14 13:09:26 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-14 13:09:26 +0000 |
commit | 3330e6ed47c71b87bb79c5e277214a36d3f2ad3b (patch) | |
tree | 2e019b93bae58aef42d543332cce10dc706f43e7 /apl9.h | |
parent | 396543790dc1c844c726b77a95c6180978232abd (diff) |
Add code to simplify arrays of nested scalars, sometimes created by functions or operators
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ int simplescalar(Array *); Array *extend(Array *, Array *); int scalarextend(Array *, Array *, Array **, Array **); Array *arrayitem(Array *, int); +Array *simplifyarray(Array *); /* eval.c */ Datum *eval(Statement *); |