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: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for continuously compiling CoffeeScript to JavaScript | 156 |
| Converts JavaScript code to CoffeeScript syntax | 2,081 |
| A .NET library to compile and execute JavaScript code in a standards-compliant way | 888 |
| A plugin for compiling CSS using PostCSS while filtering files with Broccoli. | 30 |
| Transpiles Java code to run on the web using TypeScript and JavaScript | 1,461 |
| A CoffeeScript-like syntax compiler for Java code | 14 |
| Generates documentation for JavaScript and CoffeeScript projects | 17 |
| Compiles C/C++ code to JavaScript/WebAssembly | 1,065 |
| An embedded JavaScript engine for microcontrollers with limited resources. | 1,921 |
| A JavaScript compiler and parser that generates JavaScript code from a custom, self-modifying syntax | 13 |
| Utility for preprocessing and concatenating CoffeeScript source files. | 96 |
| A CoffeeScript compiler rewritten with design principles focusing on robustness and extensibility. | 1,840 |
| An interpreted functional programming language with type inference and efficient parsing. | 389 |
| A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,109 |
| A set of transforms to convert CoffeeScript code to ES2015 | 36 |