Crate mycroft_macros_impl

Source
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.