]> Nishi Git Mirror - gwion.git/commit
:champagne: Allow dynamic operators
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 5 Jul 2019 18:55:14 +0000 (20:55 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 5 Jul 2019 18:55:14 +0000 (20:55 +0200)
commitc3c2d2ff3056bf3132c5c4e8ba292693fe3cd65e
tree7229cd3bccd06582662cff63293dc15076a9b5ba
parent8fb87901aeaa64ede6a0b2793d27d72d7b534d5c
:champagne: Allow dynamic operators
230 files changed:
ast
examples/Gain.gw
examples/array_lit.gw
examples/array_multiple.gw
examples/auto.gw
examples/binary_tmpl.gw
examples/channel.gw
examples/check.gw
examples/class.gw
examples/class_coverage.gw
examples/class_enum.gw
examples/class_func_pointer.gw
examples/class_spork_exp.gw
examples/class_spork_func.gw
examples/complex.gw
examples/complex/event2_1.gw
examples/const_fold.gw
examples/const_prop.gw
examples/decl.gw
examples/do_until.gw
examples/doc.gw
examples/dtor.gw
examples/dyn_switch.gw
examples/empty_string.gw
examples/escape_chars.gw
examples/event.gw
examples/extend_array_type_decl.gw
examples/float.gw
examples/fork.gw
examples/func.gw
examples/func_pointer.gw
examples/func_ptr.gw
examples/in_class_class.gw
examples/int.gw
examples/math.gw
examples/member.gw
examples/member_func.gw
examples/module_coverage.gw
examples/object_string.gw
examples/op.gw
examples/op2.gw
examples/ptr_assign_class.gw
examples/repeat.gw
examples/shred.gw
examples/shreduler_coverage.gw
examples/sine2.gw
examples/spork_exp.gw
examples/spork_func.gw
examples/spork_lamba.gw
examples/static.gw
examples/std.gw
examples/string.gw
examples/switch.gw
examples/tail_call.gw
examples/template.gw
examples/template_dyn.gw
examples/template_guess.gw
examples/template_vararg.gw
examples/typedef_array_extend.gw
examples/typeof.gw
examples/union.gw
examples/usr_postfix.gw
examples/vararg.gw
examples/vec3.gw
examples/vec4.gw
tests/benchmark/binary-trees.gw
tests/benchmark/fib-recurs.gw
tests/benchmark/fib.gw
tests/benchmark/method-call.gw
tests/bug/Tester.gw
tests/bug/array.gw
tests/bug/class_doc.gw
tests/bug/do_until.gw
tests/bug/do_while.gw
tests/bug/dot_member_func.gw
tests/bug/float.gw
tests/bug/float2.gw
tests/bug/object_string.gw
tests/bug/play_with_str.gw
tests/bug/static_data.gw
tests/error/array_multi_except.gw
tests/error/auto_not_array.gw
tests/error/class_enum.gw
tests/error/const_non_mutable.gw
tests/error/empty_for.gw
tests/error/empty_member_ptr.gw
tests/error/func_code_error.gw
tests/error/if_exp_invalid_cond.gw
tests/error/lambda_mismatch1.gw
tests/error/lambda_mismatch2.gw
tests/error/lambda_mismatch3.gw
tests/error/loop_not_int.gw
tests/error/member_from_static.gw
tests/error/negative_array.gw
tests/error/negative_array2.gw
tests/error/no_cast.gw
tests/error/no_compat_sub2.gw
tests/error/null_auto.gw
tests/error/override_confict.gw
tests/error/private.gw
tests/error/private_other.gw
tests/error/ptr_assign_other.gw
tests/error/recursive_class_def.gw
tests/error/spork_non_func.gw
tests/error/template_n_mismatch.gw
tests/error/template_unknown.gw
tests/error/this_static.gw
tests/error/undef_parent.gw
tests/error/union_object_ref.gw
tests/fptr/class_ptr01.gw
tests/fptr/class_ptr1.gw
tests/fptr/class_ptr2.gw
tests/fptr/class_ptr3.gw
tests/fptr/class_ptr31.gw
tests/import/callback2.gw
tests/import/class_template.gw
tests/import/coverage.gw
tests/import/enum.gw
tests/import/extend_array.gw
tests/import/extend_event.gw
tests/import/extend_pair.gw
tests/import/global_func.gw
tests/import/global_var.gw
tests/import/map2.gw
tests/import/op_err.c [deleted file]
tests/import/static_string.gw
tests/import/typedef.gw
tests/import/union.gw
tests/import/variadic.gw
tests/new/break.gw
tests/new/float.gw
tests/new/global_func0.gw
tests/new/global_func1.gw
tests/new/global_func3.gw
tests/new/global_var.gw
tests/new/global_var1.gw
tests/new/lambda.gw
tests/new/lambda2.gw
tests/new/lambda3.gw
tests/new/local_func.gw
tests/new/spork.gw
tests/new/spork2.gw
tests/new/spork_in_func.gw
tests/new/stackov.gw
tests/new/stackov2.gw
tests/new/static.gw
tests/pp/call_not_enough.gw
tests/pp/call_too_many.gw
tests/pp/conditional.gw
tests/pp/define_empty.gw
tests/pp/define_empty_args.gw
tests/pp/define_empty_vararg.gw
tests/pp/define_text.gw
tests/pp/define_text_args.gw
tests/pp/header.gw
tests/sh/plugin.sh
tests/tree/array_empty.gw
tests/tree/array_test.gw
tests/tree/ast_doc.gw
tests/tree/auto_decl.gw
tests/tree/auto_ptr.gw
tests/tree/branch_eq_float.gw
tests/tree/cast_array.gw
tests/tree/cast_f2i.gw
tests/tree/cast_test.gw
tests/tree/class_do_until.gw
tests/tree/class_do_while.gw
tests/tree/class_dot.gw
tests/tree/class_for.gw
tests/tree/class_if_exp.gw
tests/tree/class_named_union.gw
tests/tree/class_repeat.gw
tests/tree/class_switch.gw
tests/tree/class_template.gw
tests/tree/class_union.gw
tests/tree/const.gw
tests/tree/decl_exp_array.gw
tests/tree/do_until_break_continue.gw
tests/tree/empty_vararg.gw
tests/tree/enum.gw
tests/tree/extend_typedef.gw
tests/tree/f2i_cast.gw
tests/tree/false.gw
tests/tree/float_if.gw
tests/tree/for.gw
tests/tree/fptr_class.gw
tests/tree/func_ret_void.gw
tests/tree/func_sig_differ.gw
tests/tree/gc1.gw
tests/tree/htol.gw
tests/tree/if_exp.gw
tests/tree/if_obj.gw
tests/tree/map.gw
tests/tree/member_op.gw
tests/tree/multi_decl.gw
tests/tree/multi_ref_decl.gw
tests/tree/named_union.gw
tests/tree/named_union_private_static.gw
tests/tree/named_union_static.gw
tests/tree/nested_switch.gw
tests/tree/new_array.gw
tests/tree/nil.gw
tests/tree/notf.gw
tests/tree/object_func.gw
tests/tree/op_eq.gw
tests/tree/pair.gw
tests/tree/pi.gw
tests/tree/pre_post_inc_dec.gw
tests/tree/private_access.gw
tests/tree/private_func.gw
tests/tree/protect.gw
tests/tree/ptr_decl_assign.gw
tests/tree/repeat.gw
tests/tree/return_void.gw
tests/tree/shredule_test.gw
tests/tree/simple_assign.gw
tests/tree/simple_decl.gw
tests/tree/simple_ref_decl.gw
tests/tree/sizeof.gw
tests/tree/spork_in_func.gw
tests/tree/spork_member.gw
tests/tree/static_template.gw
tests/tree/string_eq.gw
tests/tree/switch.gw
tests/tree/template_class_ref.gw
tests/tree/template_typedef.gw
tests/tree/this_valid.gw
tests/tree/uncalled_functions.gw
tests/tree/union.gw
tests/tree/usr_unary.gw