annotate README @ 16:b62288419c1c

added README and LICENSE; changed error code of invalid node
author meillo@marmaro.de
date Wed, 13 Feb 2008 20:33:39 +0100
parents
children 4e60d96265f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
1 baum - an esoteric programming language
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
2 =======================================
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
3 baum is my first try to create an esoteric programming language. It bases on
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
4 the idea to have a tree as source code structure. You should see baum as an
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
5 experiment, it also offers only very restricted possibilities by now.
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
6
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
7
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
8 Installation
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
9 ------------
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
10 Enter the following command to build and install baum (if necessary as root):
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
11
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
12 make clean install
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
13
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
14
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
15 Using baum
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
16 ----------
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
17 See man page or the examples that are shipped with the program to learn how to
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
18 program in the baum language.
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
19
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
20 To check you sources run
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
21
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
22 baum -c sourcefile.baum
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
23
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
24 If it exited successful, run the program with
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
25
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
26 baum sourcefile.baum
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
27
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
28
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
29
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
30 Feedback
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
31 --------
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
32 Contact me if you are interested in baum. I would like to talk to you :-)
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
33
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
34
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
35
b62288419c1c added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff changeset
36 markus schnalke <meillo@marmaro.de>