betareduction 0.1.0

Beta reduction of Aleph Syntax Tree to AST.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.aleph-syntax-tree]
version = "0.1.0"

[package]
description = "Beta reduction of Aleph Syntax Tree to AST."
edition = "2021"
license-file = "LICENSE"
name = "betareduction"
readme = "README.md"
repository = "https://github.com/aleph-lang/betareduction"
version = "0.1.0"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3