From cf01ab4c0034f081d05907b9ed1174f59356d16c Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 6 Jun 2026 11:41:26 -0700 Subject: more docs Force-Push: yes Change-Id: I16f8271c2629270f65e58e3a642511745ce136c1 --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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. + -- cgit 1.4.1