All Projects → benhoyt → Pyast64

benhoyt / Pyast64

Licence: mit
Compile a subset of the Python AST to x64-64 assembler

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyast64

Dora
Dora VM
Stars: ✭ 371 (+298.92%)
Mutual labels:  compiler, x86-64
Webassemblyjs
Toolchain for WebAssembly
Stars: ✭ 566 (+508.6%)
Mutual labels:  compiler, ast
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 (+356.99%)
Mutual labels:  compiler, ast
Asmjit
Machine code generation for C++
Stars: ✭ 2,874 (+2990.32%)
Mutual labels:  compiler, x86-64
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+1055.91%)
Mutual labels:  compiler, x86-64
Exprtk
C++ Mathematical Expression Parsing And Evaluation Library
Stars: ✭ 301 (+223.66%)
Mutual labels:  compiler, ast
Dynarmic
An ARM dynamic recompiler.
Stars: ✭ 475 (+410.75%)
Mutual labels:  compiler, x86-64
Snapdragon
snapdragon is an extremely pluggable, powerful and easy-to-use parser-renderer factory.
Stars: ✭ 180 (+93.55%)
Mutual labels:  compiler, ast
Mlml
self-hosted compiler for a subset of OCaml
Stars: ✭ 41 (-55.91%)
Mutual labels:  compiler, x86-64
Modiscript
Acche din aa gaye
Stars: ✭ 888 (+854.84%)
Mutual labels:  compiler, ast
Ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
Stars: ✭ 210 (+125.81%)
Mutual labels:  compiler, x86-64
Jit Compiler
JIT compiler in Go
Stars: ✭ 70 (-24.73%)
Mutual labels:  compiler, x86-64
Cub
The Cub Programming Language
Stars: ✭ 198 (+112.9%)
Mutual labels:  compiler, ast
Ratel Core
High performance JavaScript to JavaScript compiler with a Rust core
Stars: ✭ 367 (+294.62%)
Mutual labels:  compiler, ast
Minijit
A basic x86-64 JIT compiler written from scratch in stock Python
Stars: ✭ 185 (+98.92%)
Mutual labels:  compiler, x86-64
Mazucc
A minimalist C compiler with x86_64 code generation
Stars: ✭ 437 (+369.89%)
Mutual labels:  compiler, x86-64
Wag
WebAssembly compiler implemented in Go
Stars: ✭ 177 (+90.32%)
Mutual labels:  compiler, x86-64
Llvm Guide Zh
User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)
Stars: ✭ 180 (+93.55%)
Mutual labels:  compiler, ast
Tiny Compiler
A tiny evaluator and compiler of arithmetic expressions.
Stars: ✭ 680 (+631.18%)
Mutual labels:  compiler, ast
Charly Vm
Fibers, Closures, C-Module System | NaN-boxing, bytecode-VM written in C++
Stars: ✭ 66 (-29.03%)
Mutual labels:  compiler, ast

pyast64

pyast64 is a Python 3 program that compiles a subset of the Python AST to x64-64 assembler. It's extremely restricted (read "a toy") but it's a nice proof of concept in any case. Read more about pyast64 here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].