about summary refs log tree commit diff
path: root/b2cl.1
blob: 068768b0a032ab21e15d7f0ed61df6b2cea31761 (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
.Dd July 16, 2025
.Dt B2CL 1
.Os
.
.Sh NAME
.Nm b2cl
.Nd
.Xr ccl 7
compiler written in itself
.
.Sh SYNOPSIS
.Nm
<
.Ar code
>
.Ar compiled
.
.Sh DESCRIPTION
.Nm
is a compiler of
.Xr ccl 7
that is written in itself.
It should support all language features.
.
.Sh SEE ALSO
.Xr ccl 7 ,
.Xr 3cl 1 interpreter written in C
to bootstrap is available
.Lk https://git.nakidai.ru/3cl here