From dd1bab516f42290dbea0d333165f8ef47a93a295 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Sat, 20 Apr 2024 14:56:22 +0200 Subject: [PATCH] Add features to README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7b54470..d3dbd47 100644 --- a/README.md +++ b/README.md @@ -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