Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 362 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 362 Bytes

Stapel

Explaination

Stack based language (compiler tool and virtual machine)

Required tools

For all: Make For Windows and Unix: gcc For WebAssembly: emscripten

Virtual machine

Unix

Calls ./bin/unix/stapel [FILE TO INTERPETATE]

Compiler

Unix

Calls ./bin/unix/stapelc --input [INPUTFILE] --output [OUTPUTFILE]