Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/typeslang
Compiles a special subset of TypeScript to C++
https://github.com/smack0007/typeslang
Last synced: 20 days ago
JSON representation
Compiles a special subset of TypeScript to C++
- Host: GitHub
- URL: https://github.com/smack0007/typeslang
- Owner: smack0007
- License: mit
- Created: 2023-09-14T07:32:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T14:42:47.000Z (about 1 year ago)
- Last Synced: 2023-12-18T16:30:33.323Z (about 1 year ago)
- Language: C++
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# TypeSlang
Currently running on [deno](https://deno.com/).
## Goals
- Compile a specific subset of TypeScript to C++ (or other languages)
- Perform minimal transformations on the TypeScript syntax.
- Build a small runtime that will be compiled into the translated programs.
- Enable interop with native C and C++ libraries## Non Goals
- Compile all possible TypeScript programs to C++
- Full `number` compatibility will never be possible.