macro_rules! register_builtin {
( $EXPANDER:ident: $(($name:ident, $kind: ident) => $expand:ident),* $(,)? ) => { ... };
}macro_rules! register_builtin {
( $EXPANDER:ident: $(($name:ident, $kind: ident) => $expand:ident),* $(,)? ) => { ... };
}