A TypeScript -> C++ transpiler.
To be able to compile JavaScript and TypeScript applications that can be 'run anywhere', even baremetal.
Previous work was targetting the C programming language. This can be seen in the /archive
folder.
Work is now being done on the C++ lib to implement the JS core features. See the /cpp
folder for more info, especially the /cpp/README.md
.
- Get end-to-end "Hello, World" example working.
- Determine/enforce a C++ target level.
- Execute
test262
with one command.