xidl-parser 0.63.0

A IDL codegen.
Documentation
---
source: xidl-parser/tests/test-const.rs
expression: hir
---
Specification(
    [
        ConstDcl(
            ConstDcl {
                ty: IntegerType(
                    I32,
                ),
                ident: "a",
                value: Literal(
                    IntegerLiteral(
                        IntegerLiteral(
                            "2",
                        ),
                    ),
                ),
            },
        ),
    ],
)