comparison README @ 31:4e60d96265f0

removed -c option completely; updated man page; new error code 5
author meillo@marmaro.de
date Fri, 22 Feb 2008 14:57:04 +0100
parents b62288419c1c
children 0b82169d4129
comparison
equal deleted inserted replaced
30:cd979b979610 31:4e60d96265f0
15 Using baum 15 Using baum
16 ---------- 16 ----------
17 See man page or the examples that are shipped with the program to learn how to 17 See man page or the examples that are shipped with the program to learn how to
18 program in the baum language. 18 program in the baum language.
19 19
20 To check you sources run 20 Run a program with
21
22 baum -c sourcefile.baum
23
24 If it exited successful, run the program with
25 21
26 baum sourcefile.baum 22 baum sourcefile.baum
27 23
28 24
29 25