Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-30 | compiler: add support for import/export statements | Jo-Philipp Wich | |
This commit introduces syntax level support for ES6 style module import and export statements. Imports are resolved at compile time and the corresponding module code is compiled into the main program. Also add testcases to cover import and export statement semantics. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2022-01-26 | tests: reorganize testcase files | Jo-Philipp Wich | |
- Rename 03_bugs to 04_bugs - Rename 26_invalid_sparse_array_set to 27_invalid_sparse_array_set Signed-off-by: Jo-Philipp Wich <jo@mein.io> |