elysium/README.md

18 lines
395 B
Markdown
Raw Normal View History

# Elysium
The Elysium programming language.
2024-04-20 14:56:22 +02:00
## 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