MichaelBuhler / razuberi

a JavaScript/TypeScript -> C++ transpiler
http://razuberi.org
4 stars 1 forks source link

razuberi

A TypeScript -> C++ transpiler.

Vision

To be able to compile JavaScript and TypeScript applications that can be 'run anywhere', even baremetal.

Current state

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.

Next steps