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