]> Nishi Git Mirror - gwion.git/commit
:art: Constructor for tuple types
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 5 Mar 2020 21:34:00 +0000 (22:34 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 5 Mar 2020 21:36:54 +0000 (22:36 +0100)
commit616952d3aa12ad3b0bc59a935ac4fd12eabd237f
treefed228761d360cc0ea6338c9e861358db3874dc3
parentd3b4e6ce0889403b8a3b3b6a69da7af4d1d8fc21
:art: Constructor for tuple types
26 files changed:
src/emit/emit.c
src/lib/tuple.c
src/lib/vec.c
src/parse/check.c
src/parse/scan1.c
src/parse/scan2.c
tests/tuple/array_tuple_array.gw
tests/tuple/object_array_access_multi.gw
tests/tuple/tuple2obj_cast_err.gw
tests/tuple/tuple2obj_err.gw
tests/tuple/tuple_aray_access.gw
tests/tuple/tuple_aray_access_exceed.gw
tests/tuple/tuple_aray_access_multi.gw
tests/tuple/tuple_aray_access_not_prim.gw
tests/tuple/tuple_array_access_invalid.gw
tests/tuple/tuple_at.gw
tests/tuple/tuple_at_err.gw
tests/tuple/tuple_at_lit.gw
tests/tuple/tuple_cast3.gw
tests/tuple/tuple_implicit.gw
tests/tuple/tuple_implicit2.gw
tests/tuple/tuple_lit_error.gw
tests/tuple/tuple_member_float.gw
tests/tuple/tuple_skip.gw
tests/tuple/tuple_skip2.gw
tests/tuple/tuple_unpack_already_declared.gw