diff options
| author | Nakidai <nakidai@disroot.org> | 2026-04-05 19:51:14 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2026-04-05 20:01:32 +0300 |
| commit | 8afa976e073c7bc29c878230eead6dddfdcc08a1 (patch) | |
| tree | 044b8ddf87b9a3c8b5a229b27e84e870468fb950 /README | |
| download | thac-8afa976e073c7bc29c878230eead6dddfdcc08a1.tar.gz thac-8afa976e073c7bc29c878230eead6dddfdcc08a1.zip | |
Add code v0.1.0
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
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 |