Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-06 | treewide: refactor internal AST structures | Jo-Philipp Wich | |
- unify operand and value tag structures - use a contiguous array for storing opcodes - use relative offsets for next and children ops - defer function creation to runtime - rework "this" context handling by storing context pointer in scope tags Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-08-24 | eval.c, lib.c: allow invoking functions with existing scope | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-08-21 | Initial commit | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> |