summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/99_bugs/06_lexer_escape_at_boundary
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>