Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 762 Bytes

image

Glace is a multipurpose language transpiled to Rust. It takes from functional languages and tries to have a straightforward approach to logic in general.

a proper README.md is on its way :), in the meantime, go look at my website

Installation

All you need is this repo around, and a proper Rust kit.

Usage

Using the glacers.sh tool, you'll generate a readable Rust code file, and compile it at the same time. That lets you debug your code using the great Rust error system.

For the Rust tool:

./glacers.sh -s my_code.gl -o output.rs

Description

As said earlier, Glace is a general purpose language, and it aims to stay simple.