repositories
/
lambda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285e907
)
Readme added
author
Mart Lubbers
<mart@martlubbers.net>
Tue, 22 May 2018 05:24:29 +0000
(07:24 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Tue, 22 May 2018 05:24:29 +0000
(07:24 +0200)
README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/README.md
b/README.md
new file mode 100644
(file)
index 0000000..
9c24594
--- /dev/null
+++ b/
README.md
@@ -0,0
+1,7
@@
+### lambda interpreter
+
+Run with the preamble to save some typing:
+
+```
+rlwrap -S 'λ. ' -P "$(cat preamble)" ./lambda
+```