baum

diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Wed Feb 13 20:33:39 2008 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +baum - an esoteric programming language
     1.5 +=======================================
     1.6 +baum is my first try to create an esoteric programming language. It bases on
     1.7 +the idea to have a tree as source code structure. You should see baum as an
     1.8 +experiment, it also offers only very restricted possibilities by now.
     1.9 +
    1.10 +
    1.11 +Installation
    1.12 +------------
    1.13 +Enter the following command to build and install baum (if necessary as root):
    1.14 +
    1.15 +    make clean install
    1.16 +
    1.17 +
    1.18 +Using baum
    1.19 +----------
    1.20 +See man page or the examples that are shipped with the program to learn how to
    1.21 +program in the baum language.
    1.22 +
    1.23 +To check you sources run
    1.24 +
    1.25 +    baum -c sourcefile.baum
    1.26 +
    1.27 +If it exited successful, run the program with
    1.28 +
    1.29 +    baum sourcefile.baum
    1.30 +
    1.31 +
    1.32 +
    1.33 +Feedback
    1.34 +--------
    1.35 +Contact me if you are interested in baum. I would like to talk to you :-)
    1.36 +
    1.37 +
    1.38 +
    1.39 +markus schnalke <meillo@marmaro.de>