pliron 0.15.0

Programming Languages Intermediate RepresentatiON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Builtin dialect: [Op](crate::op::Op)s, [Type](crate::type::Type)s and [Attribute](crate::attribute::Attribute)s

pub mod attr_interfaces;
pub mod attributes;
pub mod op_interfaces;
pub mod ops;
pub mod type_interfaces;
pub mod types;

crate::dict_key!(
    /// Key for debug info related attributes.
    ATTR_KEY_DEBUG_INFO, "builtin_debug_info"
);