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/stringtest.sh
Download raw file:
stringtest.sh
1
#!/usr/bin/bash
2
3
set -e
4
5
./build.sh
6
7
echo ': f "foo" ;' \
8
'"f" find inspect' \
9
'"f" find dump-word' \
10
'f say' | ./meow5