icelang 0.1.0

A simple and high-level programming language created for the purpose of learning about programming language design and implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[dev-dependencies]

[package]
authors = ["Isaac Chen"]
description = "A simple and high-level programming language created for the purpose of learning about programming language design and implementation."
documentation = "https://docs.rs/icelang"
edition = "2021"
include = ["src/", "Cargo.toml", "README.md", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "icelang"
readme = "README.md"
repository = "https://github.com/ijchen/icelang"
version = "0.1.0"