constantfolding 0.1.0

Apply constant folding on Aleph Syntax Tree.
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 = "Apply constant folding on Aleph Syntax Tree."
edition = "2021"
license-file = "LICENSE"
name = "constantfolding"
readme = "README.md"
repository = "https://github.com/aleph-lang/constantfolding"
version = "0.1.0"

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3