]> Nishi Git Mirror - gwion.git/commit
:art: Update
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 29 May 2021 11:05:09 +0000 (13:05 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 29 May 2021 11:05:09 +0000 (13:05 +0200)
commit77438042ce4eb7949479466b13b94dbb3fd6bc3c
treeb660e3a77c58362bb67621be568fa066b3ac7e88
parent756ed6bcb7a9b87d77a03ebf9f36a0ff931f4c3d
:art: Update
27 files changed:
examples/template_dyn.gw
include/env/nspc.h
include/env/trait.h [new file with mode: 0644]
include/env/type.h
include/gwi.h
include/gwion_env.h
include/import/checker.h
include/tmpl_info.h
plug
src/clean.c
src/emit/emit.c
src/env/nspc.c
src/env/trait.c [new file with mode: 0644]
src/env/type.c
src/import/import_cdef.c
src/import/import_checker.c
src/lib/array.c
src/lib/lib_func.c
src/lib/object.c
src/lib/tmpl_info.c
src/lib/union.c
src/parse/check.c
src/parse/func_resolve_tmpl.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
src/parse/template.c