elysium/README.md

19 lines
409 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
2024-04-20 14:58:47 +02:00
- [ ] Structs
2024-04-20 14:56:22 +02:00
- [X] Raw memory access
- [ ] Memory allocation, Heap allocator
- [ ] Garbage collector
- [ ] Support for wasm64