Macro espr_derive::inline_express[][src]

inline_express!() { /* proc-macro */ }
Expand description

Compile inline EXPRESS into Rust code, and expand it on the call site.

Example

espr_derive::inline_express!(r#"
SCHEMA explicit_draughting;
  ENTITY a;
    x: REAL;
  END_ENTITY;
END_SCHEMA;
"#);