]> Nishi Git Mirror - gwion.git/commit
:art: use :=> for closure assignement
authorfennecdjay <fennecdjay@gmail.com>
Sat, 30 Jul 2022 11:23:30 +0000 (13:23 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 30 Jul 2022 11:23:30 +0000 (13:23 +0200)
commita6063deda7c2983c323cced9ab3c689728c62202
tree897cd310d0f194835888c65e7069a0fec070fdb5
parent525a3e91a0dc8100531b1e80c5367ad7ec319159
:art: use :=> for closure assignement
143 files changed:
examples/array_lit.gw
examples/array_multiple.gw
examples/class_func_pointer.gw
examples/class_spork_exp.gw
examples/const_prop.gw
examples/empty_string.gw
examples/extend_array_type_decl.gw
examples/float.gw
examples/func_pointer.gw
examples/func_ptr.gw
examples/implicit_fptr_class.gw
examples/int.gw
examples/member.gw
examples/ptr_assign_class.gw
examples/ptr_cast.gw
examples/spork_exp.gw
examples/static.gw
examples/string.gw
plug
src/lib/array.c
src/lib/closure.c
src/lib/object_op.c
src/lib/prim.c
src/lib/ptr.c
src/lib/union.c
src/parse/check.c
tests/bug/array.gw
tests/bug/do_until.gw
tests/bug/do_while.gw
tests/bug/object_string.gw
tests/bug/play_with_str.gw
tests/captures/lambda_captures.gw
tests/chuck_rewrite/chuck_rewrite.gw
tests/chuck_rewrite/chuck_rewrite_error.gw
tests/ctor/ctor_outside.gw
tests/ctor/ctor_overload.gw
tests/deep_equal/eq.gw
tests/deep_equal/eq_fail.gw
tests/deep_equal/ne.gw
tests/deep_equal/ne_fail.gw
tests/dict/dict.gw
tests/dict/dict_noleak.gw
tests/dict/dict_remove.gw
tests/effects/funptr_eff.gw
tests/effects/try.gw
tests/error/array_assign_exp.gw
tests/error/array_depth_match.gw
tests/error/array_mutable.gw
tests/error/array_type_match.gw
tests/error/const_arg.gw
tests/error/const_non_mutable.gw
tests/error/error.gw
tests/error/implicit_inside.gw
tests/error/invalid_array_acces.gw
tests/error/op_test.gw
tests/error/ptr_no_match.gw
tests/error/right_mutable.gw
tests/error/typedef_func_tmpl_types.gw
tests/error/typedef_func_tmpl_types2.gw
tests/fork/fork_join2.gw
tests/fptr/class_ptr1.gw
tests/fptr/class_ptr2.gw
tests/fptr/class_ptr3.gw
tests/fptr/fptr_class_type.gw
tests/fptr/generated.gw
tests/functionnal_array/concatmap.gw
tests/functionnal_array/map.gw
tests/internal_op/conditionnal.gw
tests/internal_op/implicit.gw
tests/internal_op/unconditionnal.gw
tests/interp/exp.gw
tests/interp/exp_lit.gw
tests/interp/to_string.gw
tests/lambdas/lambda.gw
tests/lambdas/lambda2.gw
tests/lambdas/lambda3.gw
tests/lambdas/lambda_mismatch2.gw
tests/lambdas/lambda_mismatch3.gw
tests/new/class_fptr_returns_fptr.gw
tests/new/float.gw
tests/new/global_func0.gw
tests/new/spork_fptr.gw
tests/new/spork_fptr2.gw
tests/new/template_class_in_template.gw
tests/new/typedef_func_class.gw
tests/new/typedef_func_tmpl_class.gw
tests/new/typedef_func_tmpl_class_static.gw
tests/new/typedef_func_tmpl_err.gw
tests/plug/coverage.gw
tests/plug/fptr.gw
tests/plug/global_var.gw
tests/plug/struct.gw
tests/plug/typedef.gw
tests/plug/union.gw
tests/ref/ref.gw
tests/slice/slice_array.gw
tests/string/eq.gw
tests/string/erase.gw
tests/string/string_access.gw
tests/struct/member_func.gw
tests/struct/struct_gack.gw
tests/struct/struct_member.gw
tests/struct/struct_member_func.gw
tests/struct/struct_noctor.gw
tests/struct/struct_return.gw
tests/struct/struct_static.gw
tests/struct/struct_static_func.gw
tests/struct/t.gw
tests/tree/array_test.gw
tests/tree/assign_member_ptr.gw
tests/tree/auto_ptr.gw
tests/tree/binary.gw
tests/tree/branch_eq_float.gw
tests/tree/char.gw
tests/tree/class_binary.gw
tests/tree/class_dur.gw
tests/tree/class_until.gw
tests/tree/class_while.gw
tests/tree/const.gw
tests/tree/dur.gw
tests/tree/dur_exp.gw
tests/tree/f2i_cast.gw
tests/tree/fptr_class.gw
tests/tree/new.gw
tests/tree/protect.gw
tests/tree/ptr_decl_assign.gw
tests/tree/ptr_test.gw
tests/tree/return_void.gw
tests/tree/shredule_test.gw
tests/tree/simple_assign.gw
tests/tree/template_fptr.gw
tests/tree/typedef_func.gw
tests/tree/typedef_func_class.gw
tests/tree/typedef_func_tmpl.gw
tests/tree/typedef_func_tmpl2.gw
tests/tree/typedef_func_tmpl_class.gw
tests/tree/until.gw
tests/tree/var_from_parent.gw
tests/tree/while.gw
tests/union/none.gw
tests/union/option.gw
tests/union/option_check.gw
tests/union/union.gw