rstm-macros 0.1.6

procedural macros focused on streamlining the composition of Turing machines and their rules.
Documentation
/*
    Appellation: keywords <module>
    Created At: 2026.03.04:17:07:10
    Contrib: @FL03
*/
use syn::custom_keyword;

custom_keyword! { default_state }
custom_keyword! { state }
custom_keyword! { symbol }

custom_keyword! { head }
custom_keyword! { tail }

custom_keyword! { rule }
custom_keyword! { rules }

/*
 ************* Directions *************
 */
custom_keyword! { direction }
custom_keyword! { left }
custom_keyword! { right }
custom_keyword! { stay }