From eae09988786aa08b10da1069be8b567fc55bd120 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 2 Dec 2019 09:22:19 -0800 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57401a7..d385dec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ and /, loops, if/else statement, etc. Integers are the only data type. While the parser still closely resembles Crenshaw's recursive descent -parser, back-end generates x85 machine code using a homegrown +parser, back-end generates x86 machine code using a homegrown assembler in ~1000 lines of Ruby (just 650 lines of real code). NOTE: OS X is the only platform that compiles working binaries right