10 ms·
I wrote a JavaScript-to-C compiler: https://github.com/jdudek/tatende-js https://github.com/jdudek/tatende-js. It supports a limited subset of the language—just
by jdudek 11y ago
I wrote a JavaScript-to-C compiler: https://github.com/jdudek/tatende-js https://github.com/jdudek/tatende-js. It supports a limited subset of the language—just enough to compile itself.
It was my university project. It’s not really useful, but it was extremely fun to work on.