bytecode-compiler
There are 70 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.
mliezun/grotsky
Grotsky Programming Language
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
tlaceby/bedrock
Bedrock is a statically typed programming language designed to provide a solid foundation for building general-purpose computer programs.
PhoenXHO/UwU
Just an UwU esoteric programming language interpreter written in C++.
redagito/KernScript
A bytecode interpreted scripting language for 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)
iinsertNameHere/MVM
A multi platform vm with own assembly language.
KTStephano/BASIC_Compiler
Bytecode compiler for the BASIC programming language (written in Haskell)
lochbrunner/charlie
A learning project: Compiles C-Code to Byte-Code and runs it in a virtual machine.
tuqqu/cogo
Golang Bytecode Compiler & Virtual Machine
boonsboos/tetrvm
interpreter for running tetris playfields as programs
Ayzurus/gdbc
GDExtension to give access to GDScript binary tokenization from GDScript itself.
yourfavoritedev/golang-interpreter
An Interpreter written in Go that processes a psuedo JavaScript language.
arturo-lang/artsembly
Arturo VM Bytecode assembler
milenkovicm/adhesive
Apache Datafusion JVM User Defined Functions (UDF), integration nobody asked for 😀
MomoDeve/MSL
MSL is a dynamic-type OOP general-purpose programming language
ComprosoftCEO/Insanity
An esoteric programming language that consists of single symbol commands.
ediah/flower
Оптимизирующий байт-код компилятор, виртуальная стековая машина и отладчик.
jfourkiotis/albert
Albert in an interpreter for the `Monkey` programming language, written in `Rust`
Liorst4/liorforth
Forth implementation written in rust for fun
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
XnLogicaL/via-lang
The via Programming Language
sergz72/FPGA
FPGA related stuff
tagaryen/archer-tools
Useful tools written with java. Includes ecdsa, sm2, sm3, encryption, excel reader, http(s) client and server etc.