aboutsummaryrefslogtreecommitdiff
path: root/buzzard/buzzard.2.README
blob: ee59a3b2ed6de6d40398b0977753316d004d0822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'.