sensorial-systems / ligen

Apache License 2.0
20 stars 3 forks source link

Const item IR #33

Closed notdanilo closed 3 years ago

notdanilo commented 3 years ago

Turn https://docs.rs/syn/1.0.71/syn/struct.ImplItemConst.html into

pub struct Constant {
  identifier: Identifier,
  type_: Type,
  literal: Literal
}