elysium/README.md
2024-10-31 20:50:09 +01:00

21 lines
458 B
Markdown

# 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)