Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricS01 authored Mar 21, 2024
1 parent 8e17f14 commit 950dc62
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 950dc62

Please sign in to comment.