Thalatta ======== Thalatta is a small language for making graphs. This is a source code of its implementation thac, that is a single-pass compiler of a graph, interpreter of a language. Building ======== You need to have - An ANSI environment - A C compiler with support of - anonymous, unnamed strctures - passing structures by value Then run either: $ make or, if you don't have make installed: $ $CC *.c