From 13daf95933cc23d712efcc213d743da2c8905a6f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 12 Jan 2025 16:24:49 +1100 Subject: [PATCH] Added docs link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b5566..e5335c5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ To build and run the test suites, run `make tests` (`make tests-gdb` and `make t # Documentation -*Coming Soon - I want the features mostly working first.* +The WIP documentation can be found here: https://v2.toylang.com/ # License @@ -113,6 +113,7 @@ This source code is covered by the Zlib license (see [LICENSE.md](LICENSE.md)). For a guide on how you can contribute, see [CONTRIBUTING.md](CONTRIBUTING.md). +@Gipson62 - v1 docs spell checking @8051Enthusiast - `fixAlignment()` trick @hiperiondev - v1 Disassembler, v1 porting support and feedback @add00 - v1 Library support