8000 GitHub - elo-lang/elo: Building Software Intuitively
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elo-lang/elo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elo

Building software intuitively.

Development

Elo is in its early stages of development, we are still brainstorming a lot. This repository contains the source code of Elo's compiler.

Getting started

WARNING: Elo is not a finished language. There's no warranty of this piece of software. Use it at your own risk.

The compiler is implemented in Rust. You need to use cargo to build the project.

  • Windows

    • Run cargo to compile from source
      > cd path\to\elo
      > cargo build --release
  • Linux/MacOS

    • Run cargo to compile from source
      $ cd ./path/to/elo
      $ cargo build --release

By Igor Ferreira, Marcio Dantas

Licensed under MIT License. Read LICENSE for more information.

Releases

No releases published

Packages

No packages published
0