summary refs log tree commit diff
path: root/README.txt
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-06-06 11:41:26 -0700
committerIrene Knapp <ireneista@irenes.space>2026-06-06 11:42:42 -0700
commitcf01ab4c0034f081d05907b9ed1174f59356d16c (patch)
treeaefa1406178fee0818c8f8d6125ddfbb7828940d /README.txt
parent341eeae407cd2a36b11a06036785882bda0d2ca0 (diff)
more docs
Force-Push: yes
Change-Id: I16f8271c2629270f65e58e3a642511745ce136c1
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 229ef70..bf11f9c 100644
--- a/README.txt
+++ b/README.txt
@@ -86,3 +86,11 @@ program.
 
   TODO output.e interpret.e dynamic.e flow-control.e execution-support.e
 
+  If you want examples of programs that are smaller than Evocation itself,
+quine.e is a tiny program written in proper Evocation that outputs its own
+source code; hello.e is a hello-world written in Evocation-assembly, and hex.e
+is another small Evocation-assembly program that might make a good example of
+how to do slightly more complex things that way. All three of these are
+self-contained, consisting of just that one file plus calls to Evocation's
+built-in library.
+