summary refs log tree commit diff
path: root/doc/thac.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thac.1')
-rw-r--r--doc/thac.153
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/thac.1 b/doc/thac.1
new file mode 100644
index 0000000..1da5f4c
--- /dev/null
+++ b/doc/thac.1
@@ -0,0 +1,53 @@
+.Dd April  5, 2026
+.Dt THAC 1
+.Os
+.
+.Sh NAME
+.Nm thac
+.Nd thalatta compiler
+.
+.Sh SYNOPSIS
+.Nm
+.Ar file
+.
+.Sh DESCRIPTION
+.Nm
+implements a procedural graph description language.
+It evaluates
+.Ar file 
+and then emits resulting graph in the following format:
+.Do
+.Va prop0
+.Va ...
+.Va propN
+|
+.Va out0
+.Va ...
+.Va outM
+.Dc ,
+where
+.Bl -dash -width Ds -compact
+.It
+.Va N ,
+.Va M
+are nonnegative integers
+.It
+.Va X
+in
+.Va propX
+is an integer
+.It
+.Va X
+in
+.Va outX
+is a nonnegative integer
+.El
+.
+.Sh RETURN VALUES
+.Ex -std
+.
+.Sh SEE ALSO
+.Xr thalatta 5
+.
+.Sh AUTHORS
+.An Nakidai Perumenei Aq Mt nakidai@disroot.org