From 7d92101c1f2a8ecfeac039fe163aafdcf57202bb Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Sep 2024 15:20:08 +1000 Subject: [PATCH] Tweaked README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e56f2..5384dec 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ +*For the feature complete version 1, [click here](https://github.com/Ratstail91/Toy/tree/v1).* +

-# Toy +# Toy v2.x The Toy programming language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host’s developer and end users, achieved by exposing program logic through text files.