aboutsummaryrefslogtreecommitdiff
path: root/buzzard/buzzard.2.README
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-10-30 20:04:56 +0100
commita76977af62010a392c16010c367185e61e856ffe (patch)
tree56cf4177d5bc0e3ead781d1c60818c13b1df0f3c /buzzard/buzzard.2.README
parentc0165d167d7cb40d80028bcf7a4a6b160b5a7e83 (diff)
mv to docs
Diffstat (limited to 'buzzard/buzzard.2.README')
-rw-r--r--buzzard/buzzard.2.README22
1 files changed, 0 insertions, 22 deletions
diff --git a/buzzard/buzzard.2.README b/buzzard/buzzard.2.README
deleted file mode 100644
index ee59a3b..0000000
--- a/buzzard/buzzard.2.README
+++ /dev/null
@@ -1,22 +0,0 @@
-buzzard.2.README this file
-buzzard.2.design description of FIRST (design documentation of THIRD)
-third implementation of THIRD in FIRST
-help.th online listing of THIRD primitives
-
- FIRST demos: use 'first < {demo}'
-
-demo1.1st prints Hello World! assuming ASCII
-
- THIRD demos: use 'cat third {demo} | first'
-
-demo1.th prints Hello World! regardless of character set
-demo2.th demonstrates a simple loop
-demo3.th demonstrates a simple if test
-demo4.th recursive factorial calculating on the way up
-demo5.th recursive factorial calculating on the way down
-demo6.th demonstrates switching from compiler to execution mode
-
- Interactive THIRD: use 'cat third - | first'.
-
- To include the primitive on-line help, use
- 'cat third help.th - | first'.