Crate mycroft_macros_impl [] [src]

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.

Functions

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.