From 8afa976e073c7bc29c878230eead6dddfdcc08a1 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 5 Apr 2026 19:51:14 +0300 Subject: Add code --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README (limited to 'README') 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 -- cgit 1.4.1