Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | ast, eval: add tagged object handling | Jo-Philipp Wich | |
In order to implement prototype chains later on, introduce a tagged object value type and use it when processing object declarations. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-09-02 | ast: add functionality to deal with extended data types | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-08-25 | treewide: introduce this keyword | Jo-Philipp Wich | |
Support a new keyword `this` which allows functions to access the context they're called upon. 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> |