diff options
| -rw-r--r-- | README.txt | 8 |
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. + |