Add features to README.md

This commit is contained in:
MrLetsplay 2024-04-20 14:56:22 +02:00
parent 8fb09ae880
commit dd1bab516f
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -1,2 +1,17 @@
# Elysium
The Elysium programming language.
## Features
- [X] Basic statements (variable declarations/assignments, arithmetic expressions, ...)
- [X] Function calls
- [ ] Type casts
- [X] If Statements
- [X] While loops
- [ ] For loops
- [X] Tuple types
- [ ] Modules
- [ ] Arrays
- [X] Raw memory access
- [ ] Memory allocation, Heap allocator
- [ ] Garbage collector
- [ ] Support for wasm64