From d94a8ae49cc08fda264ce3ab1cbea846158aff92 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 22 Apr 2022 21:10:08 -0700 Subject: Improve the README for Github. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 90631ba..f10efc5 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Scheme, and compiles to a minimal bytecode. The cute scheme compiler (like most compilers) consists of a number of phases that gradually transform a program from scheme code through -numerous intermediate representations. The csc compiler has 2 such +numerous intermediate representations. The csc compiler has 3 such intermediate representations, not counting bytecode itself. These two -languages are called IR1 and IR2. +languages are creatively called IR1, IR2, and IR3. ### IR1 @@ -247,7 +247,7 @@ extensively from R6RS here. > substitution. Marks applied after a substitution, i.e., appear over > the substitution in the wrap, are not relevant and are ignored. --- R6RS libraries pp. 50--51 +—R6RS libraries pp. 50–51 I can't claim to understand everything in the above quote, but I'll try to summarize as best I can. The point of a wrap is that when an -- cgit v1.3.1