blob: e27fcf9c9759b0d5ef41421f222a9e359f16b2ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|