There are 7 repositories under bytecode-compiler topic.
A lightweight, fast embeddable scripting language.
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.
Bedrock is a statically typed programming language designed to provide a solid foundation for building general-purpose computer programs.
A bytecode interpreted scripting language for C++
A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output. (lexer, parser, generator, flex, bison)
A multi platform vm with own assembly language.
Bytecode compiler for the BASIC programming language (written in Haskell)
A learning project: Compiles C-Code to Byte-Code and runs it in a virtual machine.
An Interpreter written in Go that processes a psuedo JavaScript language.
Arturo VM Bytecode assembler
Apache Datafusion JVM User Defined Functions (UDF), integration nobody asked for 😀
An esoteric programming language that consists of single symbol commands.
Albert in an interpreter for the `Monkey` programming language, written in `Rust`
A very basic and simplistic programming language (compiler + interpreter) made in pure Python 3.8.
A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
Useful tools written with java. Includes ecdsa, sm2, sm3, encryption, excel reader, http(s) client and server etc.