]> Nishi Git Mirror - gwion.git/commit
:art: Introduce 'struct'
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 30 Mar 2020 15:30:18 +0000 (17:30 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 30 Mar 2020 15:30:48 +0000 (17:30 +0200)
commitca2390ffc329cf0ecb1f2ec8a6685d3f3c1cf5b2
treef063fef52c165498fee3c6ec1cf3dc8a1e5c041b
parent93c9f0fa5108d9f6d5f50561523d2eea3f17ef72
:art: Introduce 'struct'
55 files changed:
ast
examples/ptr_assign_class.gw
examples/template_vararg.gw
include/emit.h
include/import/cdef.h
include/import/checker.h
include/import/oper.h
include/opcode.h
include/operator.h
include/specialid.h
opcode.txt
src/emit/emit.c
src/env/nspc.c
src/env/type.c
src/gwion.c
src/import/cdef.c
src/import/oper.c
src/lib/array.c
src/lib/event.c
src/lib/func.c
src/lib/gack.c
src/lib/modules.c
src/lib/object.c
src/lib/object_op.c
src/lib/opfunc.c
src/lib/prim.c
src/lib/ptr.c
src/lib/string.c
src/lib/ugen.c
src/lib/vararg.c
src/main.c
src/parse/check.c
src/parse/operator.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
src/parse/template.c
src/vm/vm.c
tests/error/ptr_implicit_const.gw
tests/import/gwi_oper_emit_var.c [deleted file]
tests/import/gwi_oper_emit_var.gw [deleted file]
tests/import/test.log [new file with mode: 0644]
tests/sh/import.sh
tests/struct/member_func.gw [new file with mode: 0644]
tests/struct/struct_gack.gw [new file with mode: 0644]
tests/struct/struct_global0.gw [new file with mode: 0644]
tests/struct/struct_global1.gw [new file with mode: 0644]
tests/struct/struct_member.gw [new file with mode: 0644]
tests/struct/struct_member_func.gw [new file with mode: 0644]
tests/struct/struct_noctor.gw [new file with mode: 0644]
tests/struct/struct_return.gw [new file with mode: 0644]
tests/struct/struct_static.gw [new file with mode: 0644]
tests/struct/struct_static_func.gw [new file with mode: 0644]
tests/struct/t.gw [new file with mode: 0644]
util