summaryrefslogtreecommitdiffhomepage
path: root/lib.c
AgeCommit message (Expand)Author
2020-09-08lib: make type() report extended types as "ressource"Jo-Philipp Wich
2020-09-06treewide: refactor internal AST structuresJo-Philipp Wich
2020-09-02treewide: rename double and null value constructor functionsJo-Philipp Wich
2020-09-02eval, lib: add loadable module infrastructureJo-Philipp Wich
2020-09-02eval, lib: use tagged JSON objects to register C functionsJo-Philipp Wich
2020-08-25lib.c: move ut_add_function() to headerJo-Philipp Wich
2020-08-25treewide: add dedicated T_CFUNC typeJo-Philipp Wich
2020-08-25lib.c: use snprint_append() helper for sprintf and printf functionsJo-Philipp Wich
2020-08-25main.c, lib.c: move error formatting logic to lib.cJo-Philipp Wich
2020-08-24eval.c, lib.c: allow invoking functions with existing scopeJo-Philipp Wich
2020-08-22lib.c: add printf and sprintf functionsJo-Philipp Wich
2020-08-22lib.c: add missing string case to type()Jo-Philipp Wich
2020-08-21Add missing lib sourceJo-Philipp Wich