From 10e7f56480a3334ee20eca2bbba8f9db726c6fc7 Mon Sep 17 00:00:00 2001 From: Yuhao Chen Date: Tue, 23 Jul 2024 03:36:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b857d18..66efda0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Swift Implementation of a Lox Interpreter. -Lox is a dynamically typed, turin complete programmimng language. +Lox is a dynamically typed and turin complete programmimng language. > [!NOTE] > This implementation have achieved 100% of Lox's main specification. And couple challenge specification. I have plan to work on a Swift based DSL that builds on top of this project; and a compiled version of Lox with a lower level lanaguge. I consider Slox as done.