about summary refs log tree commit diff
path: root/doc/thac.1
blob: 1da5f4c832915c3f0a017131df33bae7cf80235b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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