implemented interpreter; setup code dir; added code sync to Makefile

This commit is contained in:
Bob Polis
2020-09-07 11:40:58 +02:00
parent df283d562d
commit b0a3637b1d
5 changed files with 430 additions and 33 deletions

18
code/start.txt Normal file
View File

@ -0,0 +1,18 @@
\a
=result
5
=ctr
:loop
$result
dup
cat
=result
$ctr
dec
=ctr
$ctr
0
>loop
gne
$result
end