All Projects → Rescript Compiler → Similar Projects or Alternatives

484 Open source projects that are alternatives of or similar to Rescript Compiler

Flingos
An educational operating system written in C#. A great stepping stone from high to low level development.
Stars: ✭ 451 (-92%)
Mutual labels:  compiler
Jwebassembly
Java bytecode to WebAssembly compiler
Stars: ✭ 426 (-92.45%)
Mutual labels:  compiler
Awesome Tensor Compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
Stars: ✭ 490 (-91.31%)
Mutual labels:  compiler
Halide
a language for fast, portable data-parallel computation
Stars: ✭ 4,722 (-16.28%)
Mutual labels:  compiler
Compiler series
Material for the Creating a Compiler video lesson series.
Stars: ✭ 409 (-92.75%)
Mutual labels:  compiler
Libfsm
DFA regular expression library & friends
Stars: ✭ 512 (-90.92%)
Mutual labels:  compiler
Nelua Lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
Stars: ✭ 438 (-92.23%)
Mutual labels:  compiler
Gscript
framework to rapidly implement custom droppers for all three major operating systems
Stars: ✭ 547 (-90.3%)
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 (+9.45%)
Mutual labels:  compiler
Walt
⚡ Walt is a JavaScript-like syntax for WebAssembly text format ⚡
Stars: ✭ 4,513 (-19.98%)
Mutual labels:  compiler
Shedskin
Shed Skin is a Python to C++ compiler. Read the introduction below to learn about the restrictions.
Stars: ✭ 458 (-91.88%)
Mutual labels:  compiler
Hy
A dialect of Lisp that's embedded in Python
Stars: ✭ 4,084 (-27.59%)
Mutual labels:  compiler
Flow9
Platform for safe, easy and productive programming of complex, multi-platform apps with a modern user interface
Stars: ✭ 520 (-90.78%)
Mutual labels:  compiler
Minigo
minigo🐥is a small Go compiler made from scratch. It can compile itself.
Stars: ✭ 456 (-91.91%)
Mutual labels:  compiler
Webassemblyjs
Toolchain for WebAssembly
Stars: ✭ 566 (-89.96%)
Mutual labels:  compiler
Graphql Compiler
Turn complex GraphQL queries into optimized database queries.
Stars: ✭ 447 (-92.07%)
Mutual labels:  compiler
Roslynclrheapallocationanalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
Stars: ✭ 492 (-91.28%)
Mutual labels:  compiler
Groovy
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
Stars: ✭ 4,359 (-22.71%)
Mutual labels:  compiler
Lacc
A simple, self-hosting C compiler
Stars: ✭ 580 (-89.72%)
Mutual labels:  compiler
Flow To Typescript
Convert Flow-annotated files to TypeScript
Stars: ✭ 425 (-92.46%)
Mutual labels:  compiler
Pikelet
A friendly little systems language with first-class types. Very WIP! 🚧 🚧 🚧
Stars: ✭ 485 (-91.4%)
Mutual labels:  compiler
Oblivion
The language of Art
Stars: ✭ 414 (-92.66%)
Mutual labels:  compiler
Esbuild
An extremely fast JavaScript and CSS bundler and minifier
Stars: ✭ 29,374 (+420.82%)
Mutual labels:  compiler
Perlito
"Perlito" Perl programming language compiler
Stars: ✭ 396 (-92.98%)
Mutual labels:  compiler
Nimporter
Compile Nim Extensions for Python On Import!
Stars: ✭ 474 (-91.6%)
Mutual labels:  compiler
Renjin
JVM-based interpreter for the R language for the statistical analysis.
Stars: ✭ 466 (-91.74%)
Mutual labels:  compiler
Nlvm
LLVM-based compiler for the Nim language
Stars: ✭ 380 (-93.26%)
Mutual labels:  compiler
Jtransc
Bytecode to source converting Java & Kotlin code into JavaScript, C++, D, C#, PHP, AS3, Dart and Haxe and run it everywhere. Also use JVM code in your favourite language as a library.
Stars: ✭ 532 (-90.57%)
Mutual labels:  compiler
Compiler
The Hoa\Compiler library.
Stars: ✭ 458 (-91.88%)
Mutual labels:  compiler
Dcc
DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code.
Stars: ✭ 568 (-89.93%)
Mutual labels:  compiler
Cantonese
粤语编程语言.The Cantonese programming language.
Stars: ✭ 454 (-91.95%)
Mutual labels:  compiler
Luago Book
《自己动手实现Lua》随书源代码
Stars: ✭ 514 (-90.89%)
Mutual labels:  compiler
Tinyrb
A tiny subset of Ruby with a Lua'esc VM
Stars: ✭ 452 (-91.99%)
Mutual labels:  compiler
Ccl
Clozure Common Lisp
Stars: ✭ 584 (-89.65%)
Mutual labels:  compiler
Haxe
Haxe - The Cross-Platform Toolkit
Stars: ✭ 4,665 (-17.29%)
Mutual labels:  compiler
Langcraft
Compiler from LLVM IR to Minecraft datapacks.
Stars: ✭ 495 (-91.22%)
Mutual labels:  compiler
Scala Js
Scala.js, the Scala to JavaScript compiler
Stars: ✭ 4,249 (-24.66%)
Mutual labels:  compiler
Estrella
Lightweight and versatile build tool based on the esbuild compiler
Stars: ✭ 543 (-90.37%)
Mutual labels:  compiler
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (-92.25%)
Mutual labels:  compiler
Red
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
Stars: ✭ 4,725 (-16.22%)
Mutual labels:  compiler
Enzyme
High-performance automatic differentiation of LLVM.
Stars: ✭ 418 (-92.59%)
Mutual labels:  compiler
Mypyc
Compile type annotated Python to fast C extensions
Stars: ✭ 575 (-89.8%)
Mutual labels:  compiler
Tiny Compiler
A tiny compiler for a language featuring LL(2) with Lexer, Parser, ASM-like codegen and VM. Complex enough to give you a flavour of how the "real" thing works whilst not being a mere toy example
Stars: ✭ 425 (-92.46%)
Mutual labels:  compiler
Turboscript
Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Stars: ✭ 487 (-91.37%)
Mutual labels:  compiler
Ph7
An Embedded Implementation of PHP (C Library)
Stars: ✭ 422 (-92.52%)
Mutual labels:  compiler
V
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
Stars: ✭ 26,283 (+366.01%)
Mutual labels:  compiler
Scala Native
Your favorite language gets closer to bare metal.
Stars: ✭ 4,053 (-28.14%)
Mutual labels:  compiler
Opal
Ruby ♥︎ JavaScript
Stars: ✭ 4,552 (-19.29%)
Mutual labels:  compiler
Enso
Hybrid visual and textual functional programming.
Stars: ✭ 5,238 (-7.13%)
Mutual labels:  compiler
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-89.75%)
Mutual labels:  compiler
Bytecoder
Rich Domain Model for JVM Bytecode and Framework to interpret and transpile it.
Stars: ✭ 401 (-92.89%)
Mutual labels:  compiler
Eslisp
un-opinionated S-expression syntax and macro system for JavaScript
Stars: ✭ 481 (-91.47%)
Mutual labels:  compiler
Firrtl
Flexible Intermediate Representation for RTL
Stars: ✭ 393 (-93.03%)
Mutual labels:  compiler
Playwithcompiler
A GeekTime course about constructing a compiler.
Stars: ✭ 543 (-90.37%)
Mutual labels:  compiler
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (-91.58%)
Mutual labels:  compiler
Jurassic
A .NET library to parse and execute JavaScript code.
Stars: ✭ 590 (-89.54%)
Mutual labels:  compiler
Packem
📦⚡ A precompiled JavaScript module bundler
Stars: ✭ 586 (-89.61%)
Mutual labels:  compiler
C2compiler
the c2 programming language
Stars: ✭ 576 (-89.79%)
Mutual labels:  compiler
Acwj
A Compiler Writing Journey
Stars: ✭ 5,891 (+4.45%)
Mutual labels:  compiler
Dotty
The Scala 3 compiler, also known as Dotty.
Stars: ✭ 4,836 (-14.26%)
Mutual labels:  compiler
1-60 of 484 similar projects