bytecode-compiler topic

List bytecode-compiler repositories

PySExpr

17
Stars
0
Forks
Watchers

S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.

BytecodeVM

16
Stars
2
Forks
Watchers

A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.