jslang icon indicating copy to clipboard operation
jslang copied to clipboard

A Javascript AOT compiler base on LLVM

Results 3 jslang issues
Sort by recently updated
recently updated
newest added

``` PTW32_DLLPORT int PTW32_CDECL pthread_setconcurrency (int); ^~~~~~~~~~~~~ /home/guest/Gits/Compiler/jslang/third_party/pthreads/pthread.h:538:27: error: expected declaration specifiers before ‘__declspec’ # define PTW32_DLLPORT __declspec (dllexport) ^ /home/guest/Gits/Compiler/jslang/third_party/pthreads/pthread.h:1089:1: note: in expansion of macro ‘PTW32_DLLPORT’ PTW32_DLLPORT int PTW32_CDECL...

**What?** Any intention to improve this project by adding optional typing to emit optimized fast code? **How?** Using typescript as source language. **Reference** https://github.com/01alchemist/TurboScript