floe 0.1.2

A programming language that compiles to TypeScript + React
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p align="center">
  <img src="assets/logo.svg" alt="Floe logo" width="128">
</p>

<p align="center">
  <a href="https://github.com/milkyskies/floe/releases"><img src="https://img.shields.io/github/release/milkyskies/floe" alt="GitHub release"></a>
</p>

<!-- A spacer -->
<div>&nbsp;</div>

Floe is a strict, functional language that compiles to TypeScript. It works with
any TypeScript or React library. The compiler is written in Rust.

For more information see [the docs](https://milkyskies.github.io/floe).