]> Nishi Git Mirror - gwion.git/commit
:art: no more m_bool
authorfennecdjay <fennecdjay@gmail.com>
Sat, 17 Feb 2024 15:30:24 +0000 (16:30 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 17 Feb 2024 15:30:24 +0000 (16:30 +0100)
commitd7a89ce8bd8177a5b03fa7f7d72bb2c965bd3ec7
tree5a3b30b3342a8f1fd24ae766e94678a98569b09b
parent90fd78bf6ee18b947d219933353704a72c0fb95d
:art: no more m_bool
131 files changed:
ast
include/emit.h
include/env/envset.h
include/env/type.h
include/import.h
include/import/edef.h
include/import/internals.h
include/import/item.h
include/parse.h
include/partial.h
plug
scripts/embed.bash
src/compile.c
src/emit/emit.c
src/env/env_utils.c
src/env/envset.c
src/env/func.c
src/env/type.c
src/import/import_cdef.c
src/import/import_checker.c
src/import/import_enum.c
src/import/import_fdef.c
src/import/import_item.c
src/import/import_prim.c
src/import/import_type.c
src/import/import_udef.c
src/lib/array.c
src/lib/closure.c
src/lib/deep_equal.c
src/lib/dict.c
src/lib/engine.c
src/lib/enum.c
src/lib/event.c
src/lib/instr.c
src/lib/lib_class.c
src/lib/lib_gack.c
src/lib/locale.c
src/lib/modules.c
src/lib/object.c
src/lib/object_op.c
src/lib/opfunc.c
src/lib/prim.c
src/lib/prim_values.c
src/lib/ref.c
src/lib/shred.c
src/lib/sift.c
src/lib/string.c
src/lib/ugen.c
src/lib/union.c
src/lib/xork.c
src/parse/check.c
src/parse/check_traits.c
src/parse/func_resolve_tmpl.c
src/parse/operator.c
src/parse/partial.c
src/parse/scan0.c
src/parse/scan1.c
src/parse/scan2.c
src/parse/template.c
src/pass.c
src/plug.c
src/vm/gack.c
tests/driver/non_driver.c
tests/module/get_module.c
tests/plug/array.c
tests/plug/array_in_var_name.c
tests/plug/array_in_var_name_fail.c
tests/plug/array_incoherent_in_var_name.c
tests/plug/array_invalid_in_var_name.c
tests/plug/callback.c
tests/plug/class_template.c
tests/plug/class_template_fail.c
tests/plug/class_template_invalid.c
tests/plug/compile_file.c
tests/plug/coverage.c
tests/plug/deps.c
tests/plug/empty_union.c
tests/plug/end_class.c
tests/plug/enum.c
tests/plug/enum_fail.c
tests/plug/enum_fail2.c
tests/plug/enum_fail3.c
tests/plug/extend_array.c
tests/plug/fptr.c
tests/plug/fptr_tmpl.c
tests/plug/fptr_tmpl_fail.c
tests/plug/func_fail.c
tests/plug/func_fail2.c
tests/plug/func_fail3.c
tests/plug/func_fail4.c
tests/plug/func_subscript_not_empty.c
tests/plug/func_tmpl.c
tests/plug/func_tmpl_fail.c
tests/plug/func_too_many_arg.c
tests/plug/global_func.c
tests/plug/global_var.c
tests/plug/invalid_arg.c
tests/plug/invalid_array.c
tests/plug/invalid_func.c
tests/plug/invalid_names.c
tests/plug/invalid_names0.c
tests/plug/invalid_names1.c
tests/plug/invalid_names2.c
tests/plug/invalid_names3.c
tests/plug/invalid_type1.c
tests/plug/invalid_type2.c
tests/plug/invalid_type3.c
tests/plug/mk_type_array.c
tests/plug/not_importing.c
tests/plug/pass.c
tests/plug/specialid_emit.c
tests/plug/static_string.c
tests/plug/str2decl.c
tests/plug/str2list_fail.c
tests/plug/struct.c
tests/plug/template_arg.c
tests/plug/trig.c
tests/plug/typedef.c
tests/plug/typedef_fail.c
tests/plug/typedef_tmpl.c
tests/plug/ugen_connect.c
tests/plug/union.c
tests/plug/union_fail_exp.c
tests/plug/union_member.c
tests/plug/union_name.c
tests/plug/union_tmpl.c
tests/plug/union_tmpl_fail.c
tests/plug/union_tmpl_fail2.c
tests/plug/union_tmpl_fail3.c
tests/plug/vm_remove.c
util