Repository navigation
bytecode-compiler
- Website
- Wikipedia
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.
Compiling string matching algorithms and regular expressions to java bytecode
Python2 compiler package ported to Python3. Compiles Python AST (as produced by the "ast" module) to bytecode assembly and code objects.
An experimental JVM Language inspired by Rust.
S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
A GUI for Krakatau assembler / disassembler
A bytecode interpreted scripting language for C++
Bedrock is a statically typed programming language designed to provide a solid foundation for building general-purpose computer programs.
Just an UwU esoteric programming language interpreter written in 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)
Golang Bytecode Compiler & Virtual Machine
Bytecode compiler for the BASIC programming language (written in Haskell)
A multi platform vm with own assembly language.
A learning project: Compiles C-Code to Byte-Code and runs it in a virtual machine.
interpreter for running tetris playfields as programs