js2cpp
JavaScript compiler
A tool that translates JavaScript code into C++ code using static type checking and code generation.
A toy js -> c++ compiler written in coffeescript. Uses escodegen to write c++ and tern to figure out types.
111 stars
12 watching
11 forks
Language: CoffeeScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
trevorburnham/jitter | A utility for continuously compiling CoffeeScript to JavaScript | 156 |
js2coffee/js2coffee | Converts JavaScript code to CoffeeScript syntax | 2,083 |
paulbartrum/jurassic | A .NET library to compile and execute JavaScript code in a standards-compliant way | 884 |
jeffjewiss/broccoli-postcss | A plugin for compiling CSS using PostCSS while filtering files with Broccoli. | 30 |
cincheo/jsweet | Transpiles Java code to run on the web using TypeScript and JavaScript | 1,462 |
grant/javacoffee | A CoffeeScript-like syntax compiler for Java code | 14 |
croquiscom/crojsdoc | Automates generation of documentation for JavaScript and CoffeeScript codebases. | 17 |
leaningtech/cheerp-meta | Compiles C/C++ code to JavaScript/WebAssembly | 1,033 |
cesanta/mjs | An embedded JavaScript engine for microcontrollers with limited resources. | 1,916 |
coderaiser/goldstein | A JavaScript compiler and parser that generates JavaScript code from a custom, self-modifying syntax | 13 |
fairfieldt/coffeescript-concat | Utility for preprocessing and concatenating CoffeeScript source files. | 96 |
michaelficarra/coffeescriptredux | A CoffeeScript compiler rewritten with design principles focusing on robustness and extensibility. | 1,841 |
gabriella439/grace | An interpreted functional programming language with type inference and efficient parsing. | 388 |
taviso/ctypes.sh | A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,107 |
hacker0x01/coffee-to-es2015-codemod | A set of transforms to convert CoffeeScript code to ES2015 | 36 |