Add features to README.md
This commit is contained in:
parent
8fb09ae880
commit
dd1bab516f
15
README.md
15
README.md
@ -1,2 +1,17 @@
|
|||||||
# Elysium
|
# Elysium
|
||||||
The Elysium programming language.
|
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
|
||||||
|
- [X] Raw memory access
|
||||||
|
- [ ] Memory allocation, Heap allocator
|
||||||
|
- [ ] Garbage collector
|
||||||
|
- [ ] Support for wasm64
|
||||||
|
Loading…
Reference in New Issue
Block a user