Mercurial > baum
annotate README @ 62:80df58d240b2 default tip
merge
author | meillo@marmaro.de |
---|---|
date | Thu, 13 Nov 2008 13:19:42 +0100 |
parents | 0b82169d4129 |
children |
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 |
31
4e60d96265f0
removed -c option completely; updated man page; new error code 5
meillo@marmaro.de
parents:
16
diff
changeset
|
20 Run a program with |
16
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 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 |
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 Feedback |
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 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
|
29 |
b62288419c1c
added README and LICENSE; changed error code of invalid node
meillo@marmaro.de
parents:
diff
changeset
|
30 |
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 markus schnalke <meillo@marmaro.de> |