Mercurial > baum
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:e2048e569891 | 16:b62288419c1c |
---|---|
1 baum - an esoteric programming language | |
2 ======================================= | |
3 baum is my first try to create an esoteric programming language. It bases on | |
4 the idea to have a tree as source code structure. You should see baum as an | |
5 experiment, it also offers only very restricted possibilities by now. | |
6 | |
7 | |
8 Installation | |
9 ------------ | |
10 Enter the following command to build and install baum (if necessary as root): | |
11 | |
12 make clean install | |
13 | |
14 | |
15 Using baum | |
16 ---------- | |
17 See man page or the examples that are shipped with the program to learn how to | |
18 program in the baum language. | |
19 | |
20 To check you sources run | |
21 | |
22 baum -c sourcefile.baum | |
23 | |
24 If it exited successful, run the program with | |
25 | |
26 baum sourcefile.baum | |
27 | |
28 | |
29 | |
30 Feedback | |
31 -------- | |
32 Contact me if you are interested in baum. I would like to talk to you :-) | |
33 | |
34 | |
35 | |
36 markus schnalke <meillo@marmaro.de> |