Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 668 Bytes

File metadata and controls

33 lines (23 loc) · 668 Bytes

elz

Rust Coverage Status

Installation

git clone https://github.com/elz-lang/elz.git
cd elz && cargo install

Features

Type

  • void
  • int
  • f64
  • bool
  • string
  • List[T] TODO: #200

Top level construction

  • Variable
  • Function
  • Class
  • Trait, TODO: #241, #225, #250

Changelog

Take a look at CHANGELOG