TypeScript2Cxx
TypeScript compiler
A tool that translates TypeScript code to C++
TypeScript to C++
689 stars
19 watching
39 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
asdalexander77/typescriptlua | Transpiles TypeScript code to Lua bytecode | 60 |
andrei-markeev/ts2c | Transpiles JavaScript/TypeScript to C89 code | 1,262 |
fable-compiler/ts2fable | Translates TypeScript declaration files into F# code | 222 |
algorandfoundation/tealscript | Enables ASC development with native TypeScript syntax and tooling support | 51 |
typescripttolua/typescripttolua | Translates TypeScript code to Lua, making large projects easier to maintain and reducing errors. | 2,143 |
microsoft/typescript | A language extension that adds optional types to JavaScript for large-scale applications | 101,081 |
microsoft/tslib | A runtime library for TypeScript helpers to improve code efficiency and reduce file sizes. | 1,259 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
e2tox/typescript-standard | A tool that validates and formats TypeScript code according to standard styles | 31 |
cdklabs/jsii-srcmak | Generates source code in multiple languages from TypeScript | 20 |
ngparty/broccoli-tsc | A preprocessor that converts TypeScript code into Broccoli-compatible format | 1 |
overscript-lang/overscript | A C# implementation of a simple, statically-typed language suitable for embedded and standalone applications. | 16 |
sergeyt/karma-typescript-preprocessor | A TypeScript preprocessor that compiles files on the fly during testing. | 50 |
rsms/co | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
leddgroup/typescript-conditional-types | Simplifies TypeScript code by providing pre-built helper functions for generic types | 50 |