summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-31 16:06:55 +0000
committerrodri <rgl@antares-labs.eu>2024-08-31 16:06:55 +0000
commit51f3bfd0e73d5e78d9fe71e6106a2a883619e18f (patch)
tree611536307d7cb4242304d6ec9df280043ba1de4e /readme
downloadrhoc-51f3bfd0e73d5e78d9fe71e6106a2a883619e18f.tar.gz
rhoc-51f3bfd0e73d5e78d9fe71e6106a2a883619e18f.tar.bz2
rhoc-51f3bfd0e73d5e78d9fe71e6106a2a883619e18f.zip
stage 1.
Diffstat (limited to 'readme')
-rw-r--r--readme14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme b/readme
new file mode 100644
index 0000000..3faf396
--- /dev/null
+++ b/readme
@@ -0,0 +1,14 @@
+Welcome to rhoc, rodri's high-order calculator. This program is
+already shipping with plan 9 so, in order to separate it from the
+original, here is my version.
+
+I'm creating a folder per stage as it is explained in tupe [1], like
+`s1', `s2', for stage one and two respectively.
+
+I also took the freedom to create the program my own way, so it's not
+exactly as shown in the book, although it's got the same features. In
+addition to UTF support (fuck you lex!)
+
+
+References:
+[1] The Unix Programming Environment, by Kernighan and Pike, 1984.