oyi 0.1.1

The initial implementation of the Oyi programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]

[package]
authors = ["Timmy Jose<zoltan.jose@gmail.com>"]
categories = ["compilers"]
description = "The initial implementation of the Oyi programming language"
edition = "2018"
keywords = ["oyi", "oyi-lang", "functional", "refinement-types", "affine-types"]
license-file = "LICENSE.md"
name = "oyi"
readme = "README.md"
repository = "https://github.com/timmyjose/oyi"
version = "0.1.1"