- Add
syn::parse_token_trees
to parse tokens from a string. Token trees are much simpler than an AST. This makes them easier to work with when they are sufficient for the task at hand, such as for example expanding a function-like macro. (#52, thanks @SimonSapin)