The Elysium programming language
example | ||
stdlib | ||
.gitignore | ||
backend_wat.go | ||
go.mod | ||
lexer.go | ||
main.go | ||
parser.go | ||
README.md | ||
types.go | ||
validator.go |
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