elysium/README.md
2024-04-20 14:58:47 +02:00

409 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
  • Raw memory access
  • Memory allocation, Heap allocator
  • Garbage collector
  • Support for wasm64