mistermboy / pyCompilerLinks
Python Compiler
☆13Updated 4 years ago
Alternatives and similar repositories for pyCompiler
Users that are interested in pyCompiler are comparing it to the libraries listed below
Sorting:
- An optimizing brainf*ck compiler with multiple target backends: JVM, smali, dex, C, LLVM IR, ARM, WASM, JavaScript and Lox.☆12Updated last year
- Cnerator, a C source code generation tool☆12Updated 4 years ago
- Graph-based incremental static analysis of ECMAScript 6 source code repositories☆19Updated 7 years ago
- Dataset and tool to analyse and compare java bytecode decompilers http://arxiv.org/pdf/1908.06895☆20Updated 5 years ago
- Binary Deobfuscation Series☆22Updated 5 years ago
- Python bindings for the Zydis disassembler library☆16Updated 5 years ago
- Simple and small library that allows disassembly of raw bytes for multiple architectures☆30Updated 2 years ago
- Programming/scripting language☆18Updated 5 months ago
- An Example shown convert java class bytecode to llvm ir , then compile llvm ir to standalong executable file .☆54Updated last year
- Java bindings for LLVM libraries☆30Updated 11 years ago
- A bytecode interpreted scripting language for C++☆12Updated 5 years ago
- A MiniJava compiler written in C++, focusing on speed of compilation, simplicity and (somewhat) nice error messages.☆46Updated 3 years ago
- JVM bytecode interpreter written in Java☆84Updated 8 months ago
- Flat Abstract Syntax Tree☆32Updated 7 years ago
- A GUI written in Java 8 + Swing; Comes with a basic text editor, ability to select optimizations, generate and view CFG, dominator trees …☆14Updated 6 years ago
- Data Flow Analysis and Static Single Assignment☆29Updated 7 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆37Updated 3 years ago
- An eXample Programming Language☆11Updated 6 years ago
- Basic disassembler (currently ELF&ARM only) for Android☆15Updated 6 years ago
- java to c++ converter☆10Updated 12 years ago
- An LLVM clone modified for use in RetDec and associated tools.☆19Updated 4 months ago
- Simple virtual machine for a stack-based assembler language.☆21Updated 7 years ago
- ☆21Updated 2 weeks ago
- DynASM is a Dynamic Assembler for code generation engines.