about summary refs log tree commit diff
path: root/README
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 /README
downloadb2cl-37524d80d2705c6ece0059cefdf0712c3911c261.tar.gz
b2cl-37524d80d2705c6ece0059cefdf0712c3911c261.zip
Add code
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f3c0876
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+B2CL(1)			    General Commands Manual		       B2CL(1)
+
+NAME
+     b2cl - ccl(7) compiler written in itself
+
+SYNOPSIS
+     b2cl < code > compiled
+
+DESCRIPTION
+     b2cl is a compiler of ccl(7) that is written in itself.  It should
+     support all language features.
+
+SEE ALSO
+     ccl(7), 3cl(1) interpreter written in C to bootstrap is available here:
+     https://git.nakidai.ru/3cl
+
+Linux 6.14.7-arch2-1		 July 16, 2025		  Linux 6.14.7-arch2-1