aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..635e6ad
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
1This simple program, which I wrote mainly as an excuse to try out the Hare
2programming language [1], reads a list of letter pairs from a file, then
3prompts the user for commands. The interface is similar to that of ed(1).
4The main command 'r' starts a random training session, which consists of
5the program printing a random letter pair, waiting for the use to type
6enter, print the text associated with the letter pair, waiting again and
7repeating until EOF (Ctrl+D) is encountered.
8
9To try it out run:
10
11hare run lepa.ha example.txt
12
13Then type 'r' followed by Enter to start the random training session.
14Other commands include '?' (help) and 'q' (quit).
15
16[1] https://harelang.org

Generated with cgit - Back to sebastiano.tronto.net