# 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 - [ ] Structs - [ ] Strings - [X] Raw memory access - [ ] Memory allocation, Heap allocator - [ ] Garbage collector - [ ] Support for wasm64 - [ ] Imported functions (from JS)