Compiling Python source code into bytecode in production environment
-
Updated
Nov 14, 2019 - Python
Compiling Python source code into bytecode in production environment
Python project Compilation Helper. Useful to distribute compiled python applications.
S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.
A very basic and simplistic programming language (compiler + interpreter) made in pure Python 3.8.
Prototype for a programming language -- composed of bytecode compiler and virtual machine, written and Python 3.8
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
This repository contains an implementation for bytecode compiling and interpreting for different source files. It is a solution for Assignment2 in Software System Design course for ROCV master's program at Innopolis University.
A powerful tool allowing you to reverse .EXE back to .PY
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
Add a description, image, and links to the bytecode-compiler topic page so that developers can more easily learn about it.
To associate your repository with the bytecode-compiler topic, visit your repo's landing page and select "manage topics."