bytecode-compiler
There are 57 repositories under bytecode-compiler topic.
ThakeeNathees/pocketlang
A lightweight, fast embeddable scripting language.
hlorenzi/customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
kuroko-lang/kuroko
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
athos/JiSE
JiSE: Java in S-Expression
hyperpape/needle
Compiling string matching algorithms and regular expressions to java bytecode
teverett/jvmBASIC
A BASIC to JVM bytecode compiler
pfalcon/python-compiler.old
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
CASC-Lang/Yakou
An experimental JVM Language inspired by Rust.
Illation/BytecodeVM
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
thautwarm/PySExpr
S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.
redking00/Volcano
A GUI for Krakatau assembler / disassembler
redagito/KernScript
A bytecode interpreted scripting language for C++
PhoenXHO/UwU
Just an UwU esoteric programming language interpreter written in C++.
BaseMax/ETCompilerGenerator
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)
lochbrunner/charlie
A learning project: Compiles C-Code to Byte-Code and runs it in a virtual machine.
boonsboos/tetrvm
interpreter for running tetris playfields as programs
tuqqu/cogo
Golang Bytecode Compiler & Virtual Machine
KTStephano/BASIC_Compiler
Bytecode compiler for the BASIC programming language (written in Haskell)
tlaceby/bedrock
Bedrock is a statically typed programming language designed to provide a solid foundation for building general-purpose computer programs. (Currently No Runtime)
arturo-lang/artsembly
Arturo VM Bytecode assembler
MomoDeve/MSL
MSL is a dynamic-type OOP general-purpose programming language
yourfavoritedev/golang-interpreter
An Interpreter written in Go that processes a psuedo JavaScript language.
iinsertNameHere/MVM
A multi platform vm with own assembly language.
ediah/flower
Оптимизирующий байт-код компилятор, виртуальная стековая машина и отладчик.
jfourkiotis/albert
Albert in an interpreter for the `Monkey` programming language, written in `Rust`
milenkovicm/adhesive
Apache Datafusion JVM User Defined Functions (UDF), integration nobody asked for 😀
overdev/brah-0.1.0-impl1
A very basic and simplistic programming language (compiler + interpreter) made in pure Python 3.8.
pfalcon/python-compiler
A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
sabrlang/sabr
Stack-oriented programming language
BaseMax/own-forth-bytecode-compiler
Just a attempt to implement a own bytecode compiler.
Liorst4/liorforth
Forth implementation written in rust for fun
lyymoo/compile
Compiling Python source code into bytecode in production environment
mindstorm38/pychelper
Python project Compilation Helper. Useful to distribute compiled python applications.
Moderocky/Librarian
An internal dependency/library manager designed to provide access to services and libraries.
sanjangs/InfiniumVM
A Simple Bytecode Interpreter/Virtual Machine in C++.
SevdanurGENC/ConvertToByteCode
Compile to java bytecode with using Javassist.