458 B
458 B
Elysium
The Elysium programming language.
Features
- Basic statements (variable declarations/assignments, arithmetic expressions, ...)
- Function calls
- Type casts
- If Statements
- While loops
- For loops
- Tuple types
- Modules
- Arrays
- Structs
- Strings
- Raw memory access
- Memory allocation, Heap allocator
- Garbage collector
- Support for wasm64
- Imported functions (from JS)