hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 3fea8a77c9a899664dd92a6a84bb0c3a307da1e7
parent cfdf983c33746d3505befd9a15138bf3cbc91292
Author: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Date:   Thu, 18 Mar 2021 15:49:24 +0100

minor: Fix typos in README.md

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -51,7 +51,7 @@ Explanation of terms: - bootstrap compiler: a Hare compiler written in C, primarily used for the purpose of bringing up a working Hare toolchain from scratch. -- hosted compiler: a more sophisticted Hare compiler, written in Hare, - designed to be the compiler used for day-to-day langauge use. +- hosted compiler: a more sophisticated Hare compiler, written in Hare, + designed to be the compiler used for day-to-day language use. - build driver: similar to make, its purpose is to collect source files, track their dependencies, and build them into Hare programs.