baum

view README @ 62:80df58d240b2

merge
author meillo@marmaro.de
date Thu, 13 Nov 2008 13:19:42 +0100
parents 4e60d96265f0
children
line source
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.
8 Installation
9 ------------
10 Enter the following command to build and install baum (if necessary as root):
12 make clean install
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.
20 Run a program with
22 baum sourcefile.baum
26 Feedback
27 --------
28 Contact me if you are interested in baum. I would like to talk to you :-)
32 markus schnalke <meillo@marmaro.de>