aleph-syntax-tree 0.1.4

Aleph Syntax Tree structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "aleph-syntax-tree"

version = "0.1.4"

edition = "2024"

license-file="LICENSE"

repository="https://github.com/aleph-lang/aleph-syntax-tree"

description="Aleph Syntax Tree structure."



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

strum = "0.27.2"

strum_macros = "0.27.2"