]> Nishi Git Mirror - gwion.git/commit
:art: Check instance array
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 29 Dec 2018 20:08:08 +0000 (21:08 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 30 Dec 2018 16:40:29 +0000 (17:40 +0100)
commitfb33f46327bf1ffbbc79bc0dbf20af1b2a348637
treeaafe8fb83e5d8e7aeae098d53d4ff229e0fe1412
parent39026a4ef05dc18789f18e43aed0db670bbf7bcf
:art: Check instance array
32 files changed:
ast
examples/in_class_class.gw
examples/template.gw
examples/template_guess.gw
examples/template_vararg.gw
include/gwion.h
src/compile.c
src/gwion.c
src/parse/scan1.c
tests/bug/Tester.gw
tests/bug/template_no_guess.gw
tests/error/new_empty_array.gw
tests/error/non_function_template.gw
tests/error/template_class_no_type.gw
tests/error/template_enough.gw
tests/error/template_n_mismatch.gw
tests/error/template_no_match.gw
tests/error/template_non_member.gw
tests/error/template_unknown.gw
tests/error/type_not_template.gw
tests/test_plugins/class_template.gw
tests/test_plugins/extend_pair.gw
tests/test_plugins/map2.gw
tests/tree/auto_ptr.gw
tests/tree/class_template.gw
tests/tree/map.gw
tests/tree/pair.gw
tests/tree/static_template.gw
tests/tree/template_class_ref.gw
tests/tree/template_ternary.gw
tests/tree/template_typedef.gw
util