Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 520 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 520 Bytes

jstcc

JavaScript To C Compiler

Installation

git clone https://github.com/pitust/jstcc
cd jstcc
npm install
npm link

Test Installation

jstcc -V

ToDo

  1. For Loops
  2. If statements
  3. C FFI
  4. While Loops
  5. Better error reporting for rtsym.__cplusplus
  6. number.toString()
  7. GC
  8. Import/Export logic
  9. Remove all memory leaks (valgrind)
  10. Fully Freestanding Mode
  11. Classes in normal JS (Warning: may never happen)