Crate teleparse_macros

source ·
Expand description

§teleparse-macros

These are for use with the teleparse crate and not meant to be used standalone.

Attribute Macros§

  • Derive macro for traits in the library. Note this is not a normal derive macro, since it also transforms the input in some way

Derive Macros§

  • Derive LL1 test for a Root type
  • Derive Root from a SyntaxTree type
  • Derive ToSpan from a type that stores a ToSpan as its first thing