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