JavaScript To C Compiler
git clone https://github.com/pitust/jstcc
cd jstcc
npm install
npm link
jstcc -V
- For Loops
- If statements
- C FFI
- While Loops
- Better error reporting for rtsym.__cplusplus
- number.toString()
- GC
- Import/Export logic
- Remove all memory leaks (valgrind)
- Fully Freestanding Mode
- Classes in normal JS (Warning: may never happen)