Expand description
mycroft-macros exports the nightly-only procedural macro interface to the mycroft compiler.
To use it, invoke mycroft_program! { "MYCROFT CODE HERE" } in your library.
Derive Macrosยง
- mycroft_
files_ impl - Transforms a mycroft program from a set of files into a module by invoking the mycroft compiler.
- mycroft_
program_ impl - Transforms a mycroft program into a module by invoking the mycroft compiler.