]> Nishi Git Mirror - gwion.git/commit
Str2type (#218)
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 20 Oct 2020 16:57:14 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 16:57:14 +0000 (18:57 +0200)
commit338674c084a29e1a49803efa0374d44ecce8f4c3
tree65c81e059bb206d90eb62c59f724a59e9fe9086e
parent3bbad680475311ec6abbdacbf5c22f6ed28c94d5
Str2type (#218)

* :art: Introduce str2type

* :art: start moving str2xxx using Gwion

* :art: str2sym

* :art: str2symlist

* :art: str2var

* :art: str2varlist

* :art: tmpl_list

* :art: _str2decl

* :art: str2decl

* :art: ac->pos

* :art: str2type

* :art: clean and split

* :art: clean headers

* :art: Use in foreach

* :art: Use in lib_func
15 files changed:
include/import/checker.h
include/import/internals.h
include/import/special.h
src/import/cleaner.c [new file with mode: 0644]
src/import/import_cdef.c
src/import/import_checker.c
src/import/import_enum.c
src/import/import_fdef.c
src/import/import_oper.c
src/import/import_tdef.c
src/import/import_type.c
src/import/import_udef.c
src/lib/lib_func.c
src/parse/check.c
tests/error/auto_not_array.gw