baum

annotate README @ 24:69a7cf2f0c06

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