]> Nishi Git Mirror - gwion.git/commit
:art: Change template def definition
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 24 May 2019 09:23:26 +0000 (11:23 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 24 May 2019 09:23:26 +0000 (11:23 +0200)
commit9c1c1375e34f1511d460a7bf1baa25cc8c0a59ba
tree223cfaebb98d8686e29c86845bd1de7cad6d0d9e
parent7ba05075ced943b4c3743c56517b4856d2255942
:art: Change template def definition
82 files changed:
ast
examples/binary_tmpl.gw
examples/class_func_pointer.gw
examples/class_spork_func.gw
examples/func.gw
examples/func_pointer.gw
examples/func_ptr.gw
examples/in_class_class.gw
examples/member.gw
examples/member_func.gw
examples/ptr_assign_class.gw
examples/sinosc_extend.gw
examples/spork_func.gw
examples/static.gw
examples/switch.gw
examples/template.gw
examples/template_dyn.gw
examples/template_guess.gw
examples/template_vararg.gw
tests/bug/Tester.gw
tests/bug/class_doc.gw
tests/bug/template_no_guess.gw
tests/error/arg_prim_ref.gw
tests/error/arg_res.gw
tests/error/conflict_super.gw
tests/error/func_arg_array_empty.gw
tests/error/func_arg_defined.gw
tests/error/func_arg_unknown.gw
tests/error/func_code_error.gw
tests/error/func_error_scan2.gw
tests/error/func_no_match.gw
tests/error/func_ret_array_empty.gw
tests/error/func_unknown_ret.gw
tests/error/function_arg_no_size.gw
tests/error/function_nested.gw
tests/error/function_ret_ref_prim.gw
tests/error/function_used.gw
tests/error/global_func_already_defined.gw
tests/error/invalid_return.gw
tests/error/name_conflict.gw
tests/error/override_confict.gw
tests/error/override_static.gw
tests/error/override_static2.gw
tests/error/pointer_outside_class.gw
tests/error/pointer_unknown.gw
tests/error/ptr_assign_global.gw
tests/error/ptr_assign_member.gw
tests/error/ptr_assign_other.gw
tests/error/ptr_no_match.gw
tests/error/template_enough.gw
tests/error/template_n_mismatch.gw
tests/error/template_no_match.gw
tests/error/template_ternary.gw
tests/error/template_unknown.gw
tests/error/type_path_test.gw
tests/import/core.10177 [new file with mode: 0644]
tests/import/core.22575 [new file with mode: 0644]
tests/import/core.4309 [new file with mode: 0644]
tests/import/variadic.gw
tests/new/spork_in_func.gw
tests/tree/arg_array.gw
tests/tree/array_test.gw
tests/tree/assign_member_ptr.gw
tests/tree/balance.gw
tests/tree/class_template.gw
tests/tree/f2i_cast.gw
tests/tree/func_extend_error.gw
tests/tree/func_ret_void.gw
tests/tree/func_return_coverage.gw
tests/tree/func_sig_differ.gw
tests/tree/member_op.gw
tests/tree/object_func.gw
tests/tree/ptr_decl_assign.gw
tests/tree/ptr_test.gw
tests/tree/push_mem.gw
tests/tree/return_void.gw
tests/tree/spork_arg.gw
tests/tree/spork_in_func.gw
tests/tree/spork_member.gw
tests/tree/this.gw
tests/tree/this_valid.gw
tests/tree/uncalled_functions.gw