about summary refs log tree commit diff
path: root/b2cl.1
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-07-16 19:35:32 +0300
committerNakidai <nakidai@disroot.org>2025-07-16 19:35:32 +0300
commit37524d80d2705c6ece0059cefdf0712c3911c261 (patch)
treedc97d02bbf25fd663938034ea07ac89c0ec9090a /b2cl.1
downloadb2cl-37524d80d2705c6ece0059cefdf0712c3911c261.tar.gz
b2cl-37524d80d2705c6ece0059cefdf0712c3911c261.zip
Add code
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