summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-09-02eval: treat exception values as falseJo-Philipp Wich
2020-09-02ast, eval: add tagged object handlingJo-Philipp Wich
2020-09-02ast: add functionality to deal with extended data typesJo-Philipp Wich
2020-08-25treewide: add proper null value handlingJo-Philipp Wich
2020-08-25eval.c: fix segfault when attempting to resolve invalid lhsJo-Philipp Wich
2020-08-25treewide: introduce this keywordJo-Philipp Wich
2020-08-25eval.c: properly propagate exceptions when resolving referencesJo-Philipp Wich
2020-08-25lexer.h: add T_RESSOURCE op typeJo-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-25main.c: do not dump operands of extended opcodesJo-Philipp Wich
2020-08-25lexer.c, eval.c: move T_EXCEPTION definition to lexer headerJo-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-24treewide: remove unneeded libubox dependencyJo-Philipp Wich
2020-08-24eval.c, lib.c: allow invoking functions with existing scopeJo-Philipp Wich
2020-08-23eval.c: fix segfault when invoking a tagged non-function lvalueJo-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-21main.c: adjust usage, drop dead codeJo-Philipp Wich
2020-08-21README.md: add a couple of typo and syntax fixesJo-Philipp Wich
2020-08-21Add missing lib sourceJo-Philipp Wich
2020-08-21Add README.mdJo-Philipp Wich
2020-08-21Initial commitJo-Philipp Wich