From 98bd7e479ca0b5d79d495617be0690ba9c2715db Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Apr 2016 22:07:30 -0400 Subject: [PATCH] Rev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644dafa9..fe6b9db2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Cyclone provides several example programs, including: - [Tail Call Optimization](examples/tail-call-optimization.scm) - A simple example of Scheme tail call optimization; this program runs forever, calling into two mutually recursive functions. -- Finally, the largest program is the compiler itself. Most of the code is compiled into a series of libraries which are used by [`cyclone.scm`](cyclone.scm) and [`icyc.scm`](icyc.scm) to create executables for Cyclone's compiler and interpreter. +- Finally, the largest program is the compiler itself. Most of the code is contained in a series of libraries which are used by [`cyclone.scm`](cyclone.scm) and [`icyc.scm`](icyc.scm) to create executables for Cyclone's compiler and interpreter. License -------