Risto-Stevcev / python-bytecodeLinks
A Python bytecode compiler and bytecode generator.
☆23Updated 11 years ago
Alternatives and similar repositories for python-bytecode
Users that are interested in python-bytecode are comparing it to the libraries listed below
Sorting:
- Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.☆41Updated 4 years ago
- Small C interpreter written in Python from scratch. Project was written as a part of course Compiler Construction at The Faculty Of Compu…☆52Updated 6 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Dynamic inline x86 assembler for python.☆65Updated 13 years ago
- Pure-python C and assembler compiler☆54Updated 10 years ago
- A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual☆124Updated 4 years ago
- Fork of Adobe/Mozilla lightweight library for generating machine code from C++☆35Updated 15 years ago
- mirror of tiny c compiler for android☆23Updated 7 years ago
- Parser of C-syntax data definitions, C-syntax function definitions☆19Updated 13 years ago
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- Simple virtual machine for a stack-based assembler language.☆21Updated 7 years ago
- llvm based QBASIC Compiler☆106Updated 3 years ago
- Inline assembly module for python☆29Updated 2 years ago
- A compiler and mutation testing framework for the programming language Pascal-86☆20Updated 11 years ago
- A toy C-like language compiler for PigletVM☆63Updated 5 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated last week
- Pure-python C compiler and assembler☆51Updated 10 years ago
- gelfload is Gregor's ELF loader. It is a usermode loader for ELF executables, used for two purposes: 1) Creating ELF environments on othe…☆39Updated 11 years ago
- LLVM compiler for python based on py2llvm☆137Updated 10 years ago
- Simple Scheme interpreter in Python☆28Updated 14 years ago
- An easy and powerful assembler engine in python.☆54Updated 6 years ago
- Standalone ASDL parser for upstream CPython 3.x☆63Updated 7 years ago
- The fluffy programming language main repository☆25Updated 12 years ago
- A small C compiler written in Python for learning purposes☆41Updated 7 years ago
- A small C like scripting language with a few small novel features.☆29Updated 8 years ago
- Fully verifiable operating system and API written in D in the public domain.☆42Updated 14 years ago
- link a linux ELF .so library into memory with python and call functions in it, even if you're not on linux☆10Updated 5 years ago
- convert a python source code into json-dumpable data (dict and lists with strings, ints, ...)☆31Updated 7 months ago
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆14Updated last year
- Portable C Compiler (CVS mirror)☆12Updated 13 years ago