All Projects → Babygo → Similar Projects or Alternatives

672 Open source projects that are alternatives of or similar to Babygo

Wag
WebAssembly compiler implemented in Go
Stars: ✭ 177 (+23.78%)
Mutual labels:  compiler, x86-64
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (+205.59%)
Mutual labels:  compiler, x86-64
Dora
Dora VM
Stars: ✭ 371 (+159.44%)
Mutual labels:  compiler, x86-64
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+232.17%)
Mutual labels:  compiler, x86-64
Crust
C compiler toolchain in Rust. [WIP, early development stage]
Stars: ✭ 150 (+4.9%)
Mutual labels:  compiler, x86-64
Peachpy
x86-64 assembler embedded in Python
Stars: ✭ 1,592 (+1013.29%)
Mutual labels:  compiler, x86-64
Ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
Stars: ✭ 210 (+46.85%)
Mutual labels:  compiler, x86-64
Jit Compiler
JIT compiler in Go
Stars: ✭ 70 (-51.05%)
Mutual labels:  compiler, x86-64
Asmjit
Machine code generation for C++
Stars: ✭ 2,874 (+1909.79%)
Mutual labels:  compiler, x86-64
Minijit
A basic x86-64 JIT compiler written from scratch in stock Python
Stars: ✭ 185 (+29.37%)
Mutual labels:  compiler, x86-64
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-71.33%)
Mutual labels:  compiler, x86-64
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+651.75%)
Mutual labels:  compiler, x86-64
Pyast64
Compile a subset of the Python AST to x64-64 assembler
Stars: ✭ 93 (-34.97%)
Mutual labels:  compiler, x86-64
One
OneLang: The One System Programming Language. (release as soon)
Stars: ✭ 120 (-16.08%)
Mutual labels:  compiler
Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (-8.39%)
Mutual labels:  compiler
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+1191.61%)
Mutual labels:  x86-64
Coq Of Ocaml
Import OCaml programs to Coq 🐓 🐫
Stars: ✭ 117 (-18.18%)
Mutual labels:  compiler
Koto
A simple, expressive, embeddable programming language, made with Rust
Stars: ✭ 134 (-6.29%)
Mutual labels:  compiler
Ocaml Protoc
A Protobuf Compiler for OCaml
Stars: ✭ 129 (-9.79%)
Mutual labels:  compiler
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-18.18%)
Mutual labels:  compiler
Gopherjs
A compiler from Go to JavaScript for running Go code in a browser
Stars: ✭ 10,721 (+7397.2%)
Mutual labels:  compiler
Md
A markdown parser and compiler. Built for speed.
Stars: ✭ 128 (-10.49%)
Mutual labels:  compiler
Ass Js
Assembler.js — X86_64 and Ethereum
Stars: ✭ 115 (-19.58%)
Mutual labels:  x86-64
Ldpl
Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.
Stars: ✭ 115 (-19.58%)
Mutual labels:  compiler
English Script
🖊 English as a programming language
Stars: ✭ 136 (-4.9%)
Mutual labels:  compiler
Hivemind
a multi-syntax language
Stars: ✭ 133 (-6.99%)
Mutual labels:  compiler
Rcore
Rust version of THU uCore OS. Linux compatible.
Stars: ✭ 2,175 (+1420.98%)
Mutual labels:  x86-64
Elixirscript
Converts Elixir to JavaScript
Stars: ✭ 1,504 (+951.75%)
Mutual labels:  compiler
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+1241.96%)
Mutual labels:  compiler
Asmtk
Assembler toolkit based on AsmJit
Stars: ✭ 131 (-8.39%)
Mutual labels:  x86-64
Impala
An imperative and functional programming language
Stars: ✭ 118 (-17.48%)
Mutual labels:  compiler
Tendra
The TenDRA Project
Stars: ✭ 134 (-6.29%)
Mutual labels:  compiler
Serverless Layers
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Stars: ✭ 119 (-16.78%)
Mutual labels:  compiler
Jphp
JPHP - an implementation of PHP on Java VM
Stars: ✭ 1,665 (+1064.34%)
Mutual labels:  compiler
R9cc
Toy C compiler
Stars: ✭ 139 (-2.8%)
Mutual labels:  compiler
Thorin
The Higher-Order Intermediate Representation
Stars: ✭ 116 (-18.88%)
Mutual labels:  compiler
Pl0 Compiler
Compiler written for PL0 programming Language. Written in C, for COP3402 class from UCF.
Stars: ✭ 128 (-10.49%)
Mutual labels:  compiler
Chirp
A modern low-level programming language
Stars: ✭ 116 (-18.88%)
Mutual labels:  compiler
Lesscpy
Python LESS compiler
Stars: ✭ 133 (-6.99%)
Mutual labels:  compiler
Rucc
rucc is a tiny toy C compiler in Rust.
Stars: ✭ 115 (-19.58%)
Mutual labels:  compiler
Grain
The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾
Stars: ✭ 2,199 (+1437.76%)
Mutual labels:  compiler
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-20.98%)
Mutual labels:  compiler
Lawvere
A categorical programming language with effects
Stars: ✭ 142 (-0.7%)
Mutual labels:  compiler
Ccompiler
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
Stars: ✭ 113 (-20.98%)
Mutual labels:  compiler
Phplrt
PHP Language Recognition Tool
Stars: ✭ 127 (-11.19%)
Mutual labels:  compiler
Avo
Generate x86 Assembly with Go
Stars: ✭ 1,862 (+1202.1%)
Mutual labels:  x86-64
Hikari
LLVM Obfuscator
Stars: ✭ 1,585 (+1008.39%)
Mutual labels:  compiler
Debugengine
Delphi debug framework
Stars: ✭ 133 (-6.99%)
Mutual labels:  x86-64
Asterius
A Haskell to WebAssembly compiler
Stars: ✭ 1,799 (+1158.04%)
Mutual labels:  compiler
Flax
general purpose programming language, in the vein of C++
Stars: ✭ 111 (-22.38%)
Mutual labels:  compiler
Brain
An esoteric programming language compiler on top of LLVM based on Brainfuck
Stars: ✭ 112 (-21.68%)
Mutual labels:  compiler
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (-12.59%)
Mutual labels:  x86-64
Snakeware
A free Linux distro with a Python-based userspace
Stars: ✭ 1,514 (+958.74%)
Mutual labels:  x86-64
Nanocaml
Nanopass for OCaml
Stars: ✭ 112 (-21.68%)
Mutual labels:  compiler
Prance
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Stars: ✭ 133 (-6.99%)
Mutual labels:  compiler
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (-6.99%)
Mutual labels:  compiler
Cperl
A perl5 with classes, types, compilable, company friendly, security
Stars: ✭ 125 (-12.59%)
Mutual labels:  compiler
Kou
A minimal language compiled into wasm bytecode
Stars: ✭ 112 (-21.68%)
Mutual labels:  compiler
Fathom
🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Stars: ✭ 111 (-22.38%)
Mutual labels:  compiler
Tina
Tina is a teeny tiny, header only, coroutine and job library.
Stars: ✭ 125 (-12.59%)
Mutual labels:  x86-64
1-60 of 672 similar projects