Mercurial > baum
view README @ 49:00de718c8590
Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433c
author | meillo@marmaro.de |
---|---|
date | Sun, 02 Mar 2008 13:35:42 +0100 |
parents | 0b82169d4129 |
children |
line wrap: on
line source
baum - an esoteric programming language ======================================= baum is my first try to create an esoteric programming language. It bases on the idea to have a tree as source code structure. You should see baum as an experiment, it also offers only very restricted possibilities by now. Installation ------------ Enter the following command to build and install baum (if necessary as root): make clean install Using baum ---------- See man page or the examples that are shipped with the program to learn how to program in the baum language. Run a program with baum sourcefile.baum Feedback -------- Contact me if you are interested in baum. I would like to talk to you :-) markus schnalke <meillo@marmaro.de>