summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/99_bugs/01_try_catch_stack_mismatch
AgeCommit message (Collapse)Author
2022-07-30compiler: add support for import/export statementsJo-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>