Ratfactor.com
>
Dave's Repos
meow5
A stack-based pure inlining concatenative programming language written in NASM assembly
git clone http://ratfactor.com/repos/meow5/meow5.git
About
Files
Commits
meow5/five.meow
Download raw file:
five.meow
1
def meow
2
"Meow!\n" print
3
;
4
5
def five-meows
6
meow
7
meow
8
meow
9
meow
10
meow
11
exit
12
;
13
14
elf five-meows