eecee 0.1.0

Simple AST representation and formatter for the C programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "eecee"
version = "0.1.0"
edition = "2024"
description = "Simple AST representation and formatter for the C programming language"
license = "MIT"

[dependencies]
derive_more = { version = "2.0.1", features = ["as_ref", "debug", "deref", "deref_mut", "display", "error", "from", "from_str"], default-features = false }
itertools = { version = "0.14.0", features = ["use_alloc"], default-features = false }
internment = "0.8.6"
typed-builder = "0.22.0"
rpds = { version = "1.1.2", default-features = false }
unicode-id-start = "1.4.0"

[dev-dependencies]
indoc = "2.0.6"