stack-machine
There are 53 repositories under stack-machine topic.
erenyenigul/ism
Write programs in Apple Notes 📝. Multi-platform stack machine implemented in Siri Shortcuts.
larsbrinkhoff/nybbleForth
Stack machine with 4-bit instructions
heypoom/visual-assembly-canvas
A visual canvas and virtual machine for writing assembly to build cool things. Create machines and connect them together.
true-grue/PigletC
A toy C-like language compiler for PigletVM
acook/blacklight
a stack-based concatenative virtual machine for implementing highly concurrent languages
thautwarm/PySExpr
S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.
flrdv/pycalc
Just a Turing-complete calculator on python3
Ismael-VC/Varvara.jl
[փ] Varvara/⋃⨉⋂ Emulator and Tal Assembler in Julia.
phresnel/pug
Pug is a tiny, minimalistic, tweakable, C++11 self-contained, embeddable and header-only Stack Virtual-Machine. And you can study it altogether during one evening.
lambdacasserole/tiny-compiler
Very tiny compiler for a simple arithmetic language.
iinsertNameHere/MVM
A multi platform vm with own assembly language.
sebnozzi/miniscript.ts
A MiniScript implementation written in TypeScript
eranws/red-false
a compiler for FALSE language written in Red (in less than 50 lines of code)
hotwolf/N1
A small stack machine.
autodyne/fava
fava: Functional Programming Language on Scala
iamsubhranil/Alang
An algorithmic language with recursive descent parser and tree-walk interpreter/bytecode stack virtual machine(in separate branches)
ndbaker1/koala
ʕ •ᴥ•ʔ A Toy Programming Language that compiles to its own ISA and runs on a Virtual Machine
ediah/flower
Оптимизирующий байт-код компилятор, виртуальная стековая машина и отладчик.
ruilopesm/stack-machine-li2
A stack machine developed in C.
timmyjose-compilers/tam-java
An implementation of the TAM (Triangle Abstract Machine) Stack Machine, in Java.
vladimirdabic/Blaze
Embeddable programming language
AdrianaBot/Projeto-LI-II
Projeto desenvolvido no âmbito da cadeira de Laboratórios de Informática II.
lehlud/Plasmatum
A minimal functional programming language.
mftrhu/burst-vm
A broken 16-bit stack machine with packed instructions
mobarski/morty
Morty programming language, Morty virtual machine and MortyVM assembler
theoden8/tiny-compiler
Context free grammar compiler and executor written for learning purposes.
AdriOZ/stack-machine-go
Implementation of an interpreter for a simple stack machine language
deobfuscate/Stack-Machine
A stack machine
hanzopgp/CalcANTLR
Compiler for an invented programming language using ANTLR and a custom stack machine.
idelvall/hack-vm
A stack machine code (VM code) to assembly compiler for the Hack machine (http://www.nand2tetris.org)
IsaacSteadman/StackVM
A 64-bit stack based instruction set architecture definition with reference implementation. (The assembler is part of my C compiler that targets StackVM)
profolsen/Footnote
A stack based virtual machine
ValentinRaznosilin/StackHouse
Virtual stack-machine
Zerumi/csa3-140324-asm-stack
Computer system architecture Lab #3 -- Experiment (my own basic computer)
omardoescode/Hack-VM-Translator
This is Week 1&2 Project in Nand2Tetris course part 2 to translate the VM Code generated from the Jack programming language to Hack Assembly Code