From 950dc62eafe8a8b605babfb1eea6998431b4a53b Mon Sep 17 00:00:00 2001 From: ElectricS01 <103579308+ElectricS01@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:27:32 +1100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e85085..7fe9635 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # WalterLang -The official repo for the WalterLang built with Rust +The official repo for the WalterLang, an interpreted typeless language built with Rust + +### Functionality Checklist +- [x] Printing +- [x] Seting variables +- [x] Printing variables +- [ ] Defining functions +- [ ] Multiple arguments to a function +- [ ] Maths + +### Feature Checklist +- [x] Comments +- [ ] Multi-line comments +- [ ] `-d` Debug mode +- [x] Parsing a file name +- [ ] WalterShell +