]> Nishi Git Mirror - gwion.git/commit
:art: Simplify unions
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 12 Dec 2020 21:44:03 +0000 (22:44 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 12 Dec 2020 21:44:45 +0000 (22:44 +0100)
commit89fc8fc9205c423544228763d09067870a349e43
tree335e68ed4266f68e1b0f5af8701f208fdf977d8f
parent1a246d70c348f30a8f13a93e736ad01d5f317d95
:art: Simplify unions
30 files changed:
ast
include/clean.h
include/emit.h
include/import/checker.h
include/import/udef.h
src/clean.c
src/emit/emit.c
src/import/import_udef.c
src/lib/engine.c
src/lib/object_op.c
src/parse/check.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
tests/error/union.gw
tests/error/union_array_empty.gw
tests/error/union_global_private.gw
tests/error/union_global_private_static.gw
tests/error/union_global_static.gw
tests/error/union_unknown.gw
tests/plug/array_in_var_name_fail.c
tests/plug/union.c
tests/plug/union_fail_exp.c
tests/plug/union_member.c
tests/plug/union_name.c
tests/plug/union_tmpl.c
tests/plug/union_tmpl_fail.c
tests/plug/union_tmpl_fail2.c
tests/plug/union_tmpl_fail3.c
tests/xxxfix/post_func.gw