]> Nishi Git Mirror - gwion.git/commit
:art: update librarie system
authorfennecdjay <fennecdjay@gmail.com>
Wed, 25 Jan 2023 21:43:44 +0000 (22:43 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Wed, 25 Jan 2023 21:49:48 +0000 (22:49 +0100)
commitf954056fc37e9ae747d64f217265d3fcf5842cd4
treefc43ed97280b7a4cbded8436b853b5f16cd08916
parentc9fb356a095abb28602683cc3ca741aff481d671
:art: update librarie system
79 files changed:
.gitignore
Makefile
include/driver.h
include/import.h
include/lang_private.h
include/plug.h
scripts/embed.bash [new file with mode: 0644]
scripts/gw_embed.sh [deleted file]
src/gwion.c
src/lib/engine.c
src/lib/modules.c
src/lib/prim.c
src/lib/ugen.c
src/main.c
src/plug.c
tests/driver/non_driver.c
tests/driver/simple_driver.c
tests/module/get_module.c
tests/module/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/class_template_invalid.c
tests/plug/compile_file.c
tests/plug/deps.c
tests/plug/empty_union.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/fail_on_next_arg2.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_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/typedef.c
tests/plug/typedef_fail.c
tests/plug/typedef_tmpl.c
tests/plug/union.c
tests/plug/union_fail_exp.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
tests/sh/opt.sh
util