2024-03-30 21:57:38 +01:00
|
|
|
# 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-10-27 16:21:46 +01:00
|
|
|
- [ ] Strings
|
2024-04-20 14:56:22 +02:00
|
|
|
- [X] Raw memory access
|
|
|
|
- [ ] Memory allocation, Heap allocator
|
|
|
|
- [ ] Garbage collector
|
|
|
|
- [ ] Support for wasm64
|
2024-10-31 20:50:09 +01:00
|
|
|
- [ ] Imported functions (from JS)
|