From 0112dc0401b286d0537129fe37b2218a201f306b Mon Sep 17 00:00:00 2001 From: Pasha Bibko <156938226+PashaBibko@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:52:08 +0000 Subject: [PATCH] Update README with development status Removed WIP note from documentation link and added development status. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f561e..c04d588 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # LXC -LXC is a compiler to compile .lx files into .c files. LX is a custom langauge that I have developed, -the documentation for the language (and compiler) can be found [here WIP](https://www.youtube.com/watch?v=xvFZjo5PgG0). +LXC is a compiler to compile .lx files into .c files. LX is a custom langauge that I have developed. +It is currently in development. ### Build