]> Nishi Git Mirror - gwion.git/commit
:art: Change comments
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 6 Jul 2019 13:30:03 +0000 (15:30 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 6 Jul 2019 13:30:03 +0000 (15:30 +0200)
commit00c599101c01f0dfd8415d6559531d2bb5e55afd
tree13e2d45c65dd647a286918314d744bef54205acf
parentce05279dd84fb95f6ea90d8d0209a3dbd24dea8a
:art: Change comments
239 files changed:
ast
docs/01_Overview/00_First_Steps/01_InstallingGwion.mdr
docs/01_Overview/Testing.mdr
docs/01_Overview/declaration.mdr
docs/02_Reference/01_Functions/function.mdr
docs/09_Benchmarks.md [new file with mode: 0644]
docs/assets/benchmark/binary-trees.dat
docs/assets/benchmark/binary-trees.png
docs/assets/benchmark/fib-recurs.dat
docs/assets/benchmark/fib-recurs.png
docs/assets/benchmark/fib.dat
docs/assets/benchmark/fib.png
docs/assets/benchmark/method-call.dat
docs/assets/benchmark/method-call.png
tests/benchmark/binary-trees.gw
tests/benchmark/fib-recurs.gw
tests/bug/Tester.gw
tests/bug/class_doc.gw
tests/bug/do_while.gw
tests/bug/dot_member_func.gw
tests/bug/float.gw
tests/bug/float2.gw
tests/bug/ugen.gw
tests/error/0_size_variable.gw
tests/error/abstract.gw
tests/error/already_parent.gw
tests/error/arg_prim_ref.gw
tests/error/arg_res.gw
tests/error/array_assign_exp.gw
tests/error/array_depth_match.gw
tests/error/array_err2.gw
tests/error/array_err3.gw
tests/error/array_excess.gw
tests/error/array_incompatible.gw
tests/error/array_invalid.gw
tests/error/array_invalid1.gw
tests/error/array_multi_except.gw
tests/error/array_multi_oob.gw
tests/error/array_mutable.gw
tests/error/array_no_member.gw
tests/error/array_oob.gw
tests/error/array_oob_multi.gw
tests/error/array_type_match.gw
tests/error/auto_not_array.gw
tests/error/break_out.gw
tests/error/cant_find_in_nspc.gw
tests/error/case_const.gw
tests/error/case_not_const.gw
tests/error/case_postfix.gw
tests/error/cast_unknown.gw
tests/error/class_enum.gw
tests/error/class_inside.gw
tests/error/complex_too_big.gw
tests/error/conflict_super.gw
tests/error/const_arg.gw
tests/error/const_non_mutable.gw
tests/error/continue_out.gw
tests/error/default_case_defined.gw
tests/error/defined_class.gw
tests/error/divide_by_zero.gw
tests/error/dtor_outside_class.gw
tests/error/dup_case.gw
tests/error/empty_for.gw
tests/error/empty_member_ptr.gw
tests/error/empty_obj_data.gw
tests/error/enum_declared.gw
tests/error/enum_defined.gw
tests/error/enum_defined2.gw
tests/error/enum_defined3.gw
tests/error/enum_defined_var.gw
tests/error/error.gw
tests/error/ev.gw
tests/error/fail_assign.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_non.gw
tests/error/func_ptr_empty.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/if_exp_compat.gw
tests/error/if_exp_invalid_cond.gw
tests/error/invalid_array_acces.gw
tests/error/invalid_cast.gw
tests/error/invalid_for.gw
tests/error/invalid_return.gw
tests/error/invalid_switch.gw
tests/error/invalid_until.gw
tests/error/invalid_while.gw
tests/error/label_defined.gw
tests/error/label_defined_not_used.gw
tests/error/label_not_defined1.gw
tests/error/label_not_defined2.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/modulo_zero.gw
tests/error/multi_decl.gw
tests/error/name_conflict.gw
tests/error/named_union_global_private.gw
tests/error/named_union_global_private_static.gw
tests/error/named_union_global_static.gw
tests/error/negative_array.gw
tests/error/negative_array2.gw
tests/error/new_empty_array.gw
tests/error/new_prim.gw
tests/error/no_cast.gw
tests/error/no_compat_sub.gw
tests/error/no_compat_sub2.gw
tests/error/no_member.gw
tests/error/non_function_template.gw
tests/error/not_legit.gw
tests/error/null_array_access.gw
tests/error/null_array_access_multi.gw
tests/error/null_auto.gw
tests/error/op_match.gw
tests/error/op_test.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/pointer_unknown_arg.gw
tests/error/polar_invalid_mod.gw
tests/error/polar_invalid_ph.gw
tests/error/polar_too_big.gw
tests/error/postfix.gw
tests/error/postfix_const.gw
tests/error/postfix_no_match.gw
tests/error/prim_parent.gw
tests/error/prim_ref.gw
tests/error/private.gw
tests/error/private_func_call_out.gw
tests/error/private_func_nocall_out.gw
tests/error/private_func_out.gw
tests/error/private_global.gw
tests/error/private_other.gw
tests/error/provide_array.gw
tests/error/ptr_arg_0_size.gw
tests/error/ptr_arg_array.gw
tests/error/ptr_assign_global.gw
tests/error/ptr_assign_member.gw
tests/error/ptr_assign_other.gw
tests/error/ptr_defined.gw
tests/error/ptr_no_match.gw
tests/error/ptr_ref_prim.gw
tests/error/ptr_static_outside.gw
tests/error/ptr_static_outside2.gw
tests/error/recursive_class_def.gw
tests/error/return_out.gw
tests/error/right_mutable.gw
tests/error/spork_non_func.gw
tests/error/static_out.gw
tests/error/stray.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_ternary.gw
tests/error/template_unknown.gw
tests/error/this.gw
tests/error/this_instance.gw
tests/error/this_static.gw
tests/error/type_not_template.gw
tests/error/type_path_test.gw
tests/error/unary_times.gw
tests/error/undef_parent.gw
tests/error/union.gw
tests/error/union_array_empty.gw
tests/error/union_global_private.gw
tests/error/union_global_private_static.gw
tests/error/union_global_static.gw
tests/error/union_invalid.gw
tests/error/union_object_ref.gw
tests/error/union_unknown.gw
tests/error/unknown_escape.gw
tests/error/unknown_new.gw
tests/error/unknown_type.gw
tests/error/upper_label.gw
tests/error/var_defined.gw
tests/error/variadic_end_no_start.gw
tests/error/variadic_start_twice.gw
tests/error/variadic_test.gw
tests/error/vector_invalid.gw
tests/error/vector_too_big.gw
tests/error/without_instance.gw
tests/fptr/class_ptr01.gw
tests/fptr/class_ptr31.gw
tests/import/callback2.gw
tests/import/class_template.gw
tests/import/enum.gw
tests/import/static_string.gw
tests/new/break.gw
tests/new/global_func0.gw
tests/new/global_func1.gw
tests/new/lambda.gw
tests/new/lambda2.gw
tests/new/spork.gw
tests/new/spork_in_func.gw
tests/new/stackov.gw
tests/new/stackov2.gw
tests/new/static.gw
tests/pp/already_defined.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/file_not_found.gw
tests/pp/include.gw
tests/pp/undefined_macro.gw
tests/tree/ast_doc.gw
tests/tree/cast_test.gw
tests/tree/class_dot.gw
tests/tree/class_template.gw
tests/tree/dot.gw
tests/tree/false.gw
tests/tree/member_op.gw
tests/tree/protect.gw
tests/tree/return_void.gw
tests/tree/shredule_test.gw
tests/tree/spork_in_func.gw
tests/tree/spork_member.gw
tests/tree/uncalled_functions.gw
tests/tree/vec_num_dim.gw