math-ast 0.2.0

mast ast for basic arithmetic operations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.factorial]
version = "0.2"

[dependencies.num]
version = "0.3"

[package]
authors = ["Aster <galaster@foxmail.com>"]
description = "mast ast for basic arithmetic operations"
edition = "2018"
exclude = ["/tests/*", "/.idea/*", "/benches/*"]
license = "MPL-2.0"
name = "math-ast"
readme = "README.md"
repository = "https://github.com/GalAster/math-ast"
version = "0.2.0"