A Step Towards Compiling TypeScript

added by JavaScript Kicks
3/20/2019 8:19:02 AM

846 Views

One of my past times is writing compilers, they're just fun to work on. One of those projects I've been working for a couple of months now is a TypeScript to native compiler. Now just to be absolutely clear here, by native I do mean actually native as in native AOT (ahead-of-time compilation) to machine code and not as another buzzword for yet another JavaScript framework.


0 comments