add readme

This commit is contained in:
opfez 2021-09-08 20:41:55 +02:00
parent a13378a817
commit 07b7d3bc7a
1 changed files with 7 additions and 0 deletions

7
readme Normal file
View File

@ -0,0 +1,7 @@
This is an extremely simple compiled stack based language.
It has 4 instructions; pushing numbers onto the stack, adding (with +),
printing+popping values (with p), and duplicating items on the stack (with dup).
Running `make' will build the compiler and compile the example source.stk
program into a binary called `exe'.