about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e27fcf9
--- /dev/null
+++ b/README
@@ -0,0 +1,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