All Projects → Flow To Typescript → Similar Projects or Alternatives

483 Open source projects that are alternatives of or similar to Flow To Typescript

Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+911.29%)
Mutual labels:  compiler
Libfirm
graph based intermediate representation and backend for optimising compilers
Stars: ✭ 305 (-28.24%)
Mutual labels:  compiler
Pipelines
An experimental programming language for data flow
Stars: ✭ 354 (-16.71%)
Mutual labels:  compiler
V8
The official mirror of the V8 Git repository
Stars: ✭ 18,808 (+4325.41%)
Mutual labels:  compiler
Lbforth
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
Stars: ✭ 293 (-31.06%)
Mutual labels:  compiler
Cingulata
Cingulata (pronounced "tchingulata") is a compiler toolchain and RTE for running C++ programs over encrypted data by means of fully homomorphic encryption techniques.
Stars: ✭ 369 (-13.18%)
Mutual labels:  compiler
Ocaml
The core OCaml system: compilers, runtime system, base libraries
Stars: ✭ 3,502 (+724%)
Mutual labels:  compiler
Nlvm
LLVM-based compiler for the Nim language
Stars: ✭ 380 (-10.59%)
Mutual labels:  compiler
Speedy.js
Accelerate JavaScript Applications by Compiling to WebAssembly
Stars: ✭ 300 (-29.41%)
Mutual labels:  compiler
Bfc
An industrial-grade brainfuck compiler
Stars: ✭ 340 (-20%)
Mutual labels:  compiler
Soll
SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
Stars: ✭ 329 (-22.59%)
Mutual labels:  compiler
C Compiler
C--compiler which implements LL(1)\LR(0)\SLR\LR(1) and semantic analysis and MIPS generate
Stars: ✭ 286 (-32.71%)
Mutual labels:  compiler
Dora
Dora VM
Stars: ✭ 371 (-12.71%)
Mutual labels:  compiler
Webml
A Standard ML Compiler for the Web
Stars: ✭ 326 (-23.29%)
Mutual labels:  compiler
Firrtl
Flexible Intermediate Representation for RTL
Stars: ✭ 393 (-7.53%)
Mutual labels:  compiler
Kgt
BNF wrangling and railroad diagrams
Stars: ✭ 312 (-26.59%)
Mutual labels:  compiler
Sericum
(Toy) Compiler Infrastructure influenced by LLVM written in Rust
Stars: ✭ 366 (-13.88%)
Mutual labels:  compiler
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-27.53%)
Mutual labels:  compiler
Enso
Hybrid visual and textual functional programming.
Stars: ✭ 5,238 (+1132.47%)
Mutual labels:  compiler
Enso Archive
Looking for Enso, the visual programming language? ➡️ https://github.com/enso-org/enso
Stars: ✭ 305 (-28.24%)
Mutual labels:  compiler
Opendylan
Open Dylan compiler and IDE
Stars: ✭ 351 (-17.41%)
Mutual labels:  compiler
Sucrase
Super-fast alternative to Babel for when you can target modern JS runtimes
Stars: ✭ 4,436 (+943.76%)
Mutual labels:  compiler
Ilgpu
ILGPU JIT Compiler for high-performance .Net GPU programs
Stars: ✭ 374 (-12%)
Mutual labels:  compiler
Finn
Dataflow compiler for QNN inference on FPGAs
Stars: ✭ 284 (-33.18%)
Mutual labels:  compiler
Passerine
A small extensible programming language designed for concise expression with little code.
Stars: ✭ 341 (-19.76%)
Mutual labels:  compiler
Quilc
The @rigetti optimizing Quil compiler.
Stars: ✭ 336 (-20.94%)
Mutual labels:  compiler
Rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
Stars: ✭ 284 (-33.18%)
Mutual labels:  compiler
Mini C
Dr Strangehack, or: how to write a self-hosting C compiler in 10 hours
Stars: ✭ 372 (-12.47%)
Mutual labels:  compiler
Pkg
Package your Node.js project into an executable
Stars: ✭ 19,349 (+4452.71%)
Mutual labels:  compiler
Perlito
"Perlito" Perl programming language compiler
Stars: ✭ 396 (-6.82%)
Mutual labels:  compiler
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+668%)
Mutual labels:  compiler
Phalanger
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Stars: ✭ 369 (-13.18%)
Mutual labels:  compiler
Shaderdebugger
[DEPRECATED] C++ library for debugging HLSL & GLSL shaders
Stars: ✭ 323 (-24%)
Mutual labels:  compiler
Oblivion
The language of Art
Stars: ✭ 414 (-2.59%)
Mutual labels:  compiler
Roblox Ts
A TypeScript-to-Luau Compiler for Roblox
Stars: ✭ 317 (-25.41%)
Mutual labels:  compiler
Ratel Core
High performance JavaScript to JavaScript compiler with a Rust core
Stars: ✭ 367 (-13.65%)
Mutual labels:  compiler
Cl Python
An implementation of Python in Common Lisp
Stars: ✭ 315 (-25.88%)
Mutual labels:  compiler
Hy
A dialect of Lisp that's embedded in Python
Stars: ✭ 4,084 (+860.94%)
Mutual labels:  compiler
Ark
ArkScript is a small, fast, functional and scripting language for C++ projects
Stars: ✭ 312 (-26.59%)
Mutual labels:  compiler
Qpulib
Language and compiler for the Raspberry Pi GPU
Stars: ✭ 357 (-16%)
Mutual labels:  compiler
Reduceron
FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome.
Stars: ✭ 308 (-27.53%)
Mutual labels:  compiler
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Stars: ✭ 6,173 (+1352.47%)
Mutual labels:  compiler
Urn
Yet another Lisp variant which compiles to Lua
Stars: ✭ 305 (-28.24%)
Mutual labels:  compiler
Railt
⚡️ A PHP GraphQL Framework
Stars: ✭ 353 (-16.94%)
Mutual labels:  compiler
Exprtk
C++ Mathematical Expression Parsing And Evaluation Library
Stars: ✭ 301 (-29.18%)
Mutual labels:  compiler
Trunk
Build, bundle & ship your Rust WASM application to the web.
Stars: ✭ 378 (-11.06%)
Mutual labels:  compiler
Py Backwards
Python to python compiler that allows you to use Python 3.6 features in older versions.
Stars: ✭ 299 (-29.65%)
Mutual labels:  compiler
Goism
Not a fan of Emacs Lisp? Hack Emacs in Go!
Stars: ✭ 347 (-18.35%)
Mutual labels:  compiler
Ante
The compile-time language
Stars: ✭ 295 (-30.59%)
Mutual labels:  compiler
Compiler series
Material for the Creating a Compiler video lesson series.
Stars: ✭ 409 (-3.76%)
Mutual labels:  compiler
Datafun
Research on integrating datalog & lambda calculus via monotonicity types
Stars: ✭ 287 (-32.47%)
Mutual labels:  compiler
Racketscript
Racket to JavaScript Compiler
Stars: ✭ 340 (-20%)
Mutual labels:  compiler
Shecc
A self-hosting and educational C compiler
Stars: ✭ 286 (-32.71%)
Mutual labels:  compiler
Wax
A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
Stars: ✭ 373 (-12.24%)
Mutual labels:  compiler
Staticscript
🎉🎉🎉 A new statically typed programming language, syntactically like TypeScript.
Stars: ✭ 337 (-20.71%)
Mutual labels:  compiler
Ph7
An Embedded Implementation of PHP (C Library)
Stars: ✭ 422 (-0.71%)
Mutual labels:  compiler
Scala Native
Your favorite language gets closer to bare metal.
Stars: ✭ 4,053 (+853.65%)
Mutual labels:  compiler
Bytecoder
Rich Domain Model for JVM Bytecode and Framework to interpret and transpile it.
Stars: ✭ 401 (-5.65%)
Mutual labels:  compiler
Ykit
基于 Webpack 的灵活快速的打包工具,帮助稳定高效构建现代 JavaScript 应用。
Stars: ✭ 375 (-11.76%)
Mutual labels:  compiler
Numpile
A tiny 1000 line LLVM-based numeric specializer for scientific Python code.
Stars: ✭ 341 (-19.76%)
Mutual labels:  compiler
1-60 of 483 similar projects