about summary refs log tree commit diff
path: root/b2cl.1
diff options
context:
space:
mode:
Diffstat (limited to 'b2cl.1')
-rw-r--r--b2cl.129
1 files changed, 29 insertions, 0 deletions
diff --git a/b2cl.1 b/b2cl.1
new file mode 100644
index 0000000..068768b
--- /dev/null
+++ b/b2cl.1
@@ -0,0 +1,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