diff options
author | Adrian Thurston <thurston@complang.org> | 2015-06-07 16:03:23 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2015-06-07 16:03:23 -0400 |
commit | 158cd89b0b45b68155dfce173f40a18f64a0b5cc (patch) | |
tree | e89f1f943ba95017b5da63f324dacf88a09c26b2 /test/list2.lm | |
parent | 9ed46192f42837b4c066b5e1ebf859c9f5070106 (diff) | |
download | colm-158cd89b0b45b68155dfce173f40a18f64a0b5cc.tar.gz |
giving list and map the original (non-vlist) funcs and fields
This change allows us to iterate list and maps using next/prev pointers.
Diffstat (limited to 'test/list2.lm')
-rw-r--r-- | test/list2.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list2.lm b/test/list2.lm index f5c7654b..9f5a12cd 100644 --- a/test/list2.lm +++ b/test/list2.lm @@ -1,7 +1,7 @@ new M: map<str, str>() -for AE: argv_el in argv { +for AE: list_el<str> in argv { print "[AE->value] } |